Comment on Ask HN: What WebExtension problem would you like to be solved?Comments−thitcanh5yHow do you handle cache in your extensions? There's no way to store information temporarily except with sessionStorage and cookies.−freganteOP5yI wrote some code specifically for this, actually. It still uses the regular chrome storage API, but they expire after a while:https://github.com/fregante/webext-storage-cache
Comments
How do you handle cache in your extensions? There's no way to store information temporarily except with sessionStorage and cookies.
I wrote some code specifically for this, actually. It still uses the regular chrome storage API, but they expire after a while:
https://github.com/fregante/webext-storage-cache