electron-cookies icon indicating copy to clipboard operation
electron-cookies copied to clipboard

Adds support for cookies in Electron. Cookies are persisted through localStorage.

Results 9 electron-cookies issues
Sort by recently updated
recently updated
newest added

Is there an example of using GA with `electron-cookies`? I'm a bit confused on how to get started. Thanks!

Please could we use an internal domain name - i.e. one that cannot be registered? E.g. just `electron-renderer` would be fine.

Normally, the browser will send cookies automatically based on the request domain and set cookies based on response set-cookie headers. It'd be nice to add something to the README explaining...

Have you given any thought to cookie expiration? ``` key=value; Expires=Thu, 01-Jan-1970 00:00:01 GMT ```

when running the application on localhost made by node server in electron then it throws an error that the 'electron-cookies' module is not found. Please help

Have you given any thought to optimizing this a bit by ensuring the entire cookie storage (`locaStorage.cookies`) isn't read and parsed on every cookie request? While the current implementation works...

Just suggesting an additional test to ensure that existing values are updated as expected. When browsing this library for usage/functionality, I noticed this piece missing. :)