electron-cookies
electron-cookies copied to clipboard
Cookies read from storage every request
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 fine for small-medium storages, it can get costly when working with larger sets. I thought about having a crack at a PR but wasn't sure if it was on your radar or what your thoughts were.
Thanks!
I'd be happy to consider any PR submissions to this project. I am not working on it actively at this moment.
Thanks!