Merge ../node-fetch-cookies

This commit is contained in:
jkhsjdhjs 2019-11-29 01:52:00 +01:00
commit 58f6c9af6a
Signed by: jkhsjdhjs
GPG Key ID: BAC6ADBAB7D576CC

View File

@ -49,8 +49,8 @@ import {fetch, CookieJar} from "node-fetch-cookies";
## Documentation ## Documentation
### async fetch(cookieJar, url[, options]) ### async fetch(cookieJars, url[, options])
- `cookieJar` A [CookieJar](#class-cookiejar) instance, an array of CookieJar instances or null, if you don't want to send or store cookies. - `cookieJars` A [CookieJar](#class-cookiejar) instance, an array of CookieJar instances or null, if you don't want to send or store cookies.
- `url` and `options` as in https://github.com/bitinn/node-fetch#fetchurl-options - `url` and `options` as in https://github.com/bitinn/node-fetch#fetchurl-options
Returns a Promise resolving to a [Response](https://github.com/bitinn/node-fetch#class-response) instance on success. Returns a Promise resolving to a [Response](https://github.com/bitinn/node-fetch#class-response) instance on success.