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

Cookies read from storage every request

Open sean3z opened this issue 9 years ago • 1 comments

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!

sean3z avatar Jan 04 '16 23:01 sean3z

I'd be happy to consider any PR submissions to this project. I am not working on it actively at this moment.

Thanks!

hstove avatar Jan 08 '16 16:01 hstove