Conversation
|
Rebased |
|
I wonder what's your opinion on keeping the cache in or our the persistent storage? I don't know how often the bg page will actually be terminated, but my impression would be that the cache would lose a lot of utility this way |
|
The default timeout is only 30 seconds, so I agree we should probably persist the origin cache. Looking into it now. |
|
webcat/extension/src/webcat/db.ts Lines 72 to 79 in e6dd261 |
|
There was some refactoring involved in making the |
|
This is great, thank you! I've spent some time trying to figure out the implications of using the storage, especially for risks of race conditions (not necessarily security-sensitive, but still). I'm gonna take some more to brainstorm and test more to see if I can spot and test concrete cases |
Resolves #58.