Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Network Utils

Ben Hsieh edited this page Jun 21, 2017 · 10 revisions

RNFetchBlob.net

getCookies(host:string):{ [domain:string] : string }

0.10.0 REMOVED IN 0.11.0

Get cookies of a specific domain.

host:?string

The domain of the cookies to return.

removeCookies(host:string)

0.10.3REMOVED IN 0.11.0

Remove cookies for a specific domain, if host is not specified remove all cookies.

host:?string

The domain of the cookies to remove.