| @@ -1,6 +1,6 @@ | ||||
| # flumm-fetch-cookies [](https://travis-ci.org/kein-Bot/flumm-fetch-cookies) | ||||
|  | ||||
| A [flumm-fetch](https://github.com/kein-Bot/flumm-fetch) wrapper with support for cookies. | ||||
| A [flumm-fetch](https://git.lat/keinBot/flumm-fetch) wrapper with support for cookies. | ||||
| It supports reading/writing from/to a JSON cookie jar and keeps cookies in memory until you call `CookieJar.save()` to reduce disk I/O. | ||||
|  | ||||
| ### For upgrading from 1.2.x or below to 1.3.x or above, please read the [breaking API changes](#130-breaking-api-changes). | ||||
| @@ -30,7 +30,7 @@ import {fetch, CookieJar} from "flumm-fetch-cookies"; | ||||
| ### ...or without | ||||
|  | ||||
| ```javascript | ||||
| import {fetch, CookieJar} from "node-fetch-cookies"; | ||||
| import {fetch, CookieJar} from "flumm-fetch-cookies"; | ||||
|  | ||||
| (async () => { | ||||
|     const cookieJar = new CookieJar(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user