flumm-fetch-cookies/src
sliterok 63fe16443e
Moved definition of CookieJar.cookies because it caused TypeError on constructor
Creating new CookieJar instance while passing array of Cookies as third argument causes typeError
`new CookieJar('', 'r', cookies)`

```(node:29588) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'get' of undefined
    at CookieJar.addCookie (\node_modules\node-fetch-cookies\src\cookie-jar.mjs:44:26)
    at \node_modules\node-fetch-cookies\src\cookie-jar.mjs:15:44
    at CoreMongooseArray.forEach (<anonymous>)
    at new CookieJar (\node_modules\node-fetch-cookies\src\cookie-jar.mjs:15:21)```
2020-05-29 19:26:47 +05:00
..
cookie-jar.mjs Moved definition of CookieJar.cookies because it caused TypeError on constructor 2020-05-29 19:26:47 +05:00
cookie.mjs readme: rename fetch cookieJar parameter to cookieJars 2019-11-29 01:47:17 +01:00
errors.mjs cookie-jar,cookie,index: consistent spacing 2019-11-25 23:14:34 +01:00
index.mjs fix TypeError when passing a CookieJar without the "r" flag to fetch 2020-02-14 10:03:30 +01:00