Project

General

Profile

Feature #98

Updated by koszko almost 2 years ago

In all WebExtension guides the `storage` API was presented as **the** thing to use. I thought all other storage mechanisms are either unavailable or non-persistent when used from WebExtension. Now, after almost a year of fighting the `storage`, it, I realized IndexedDB is also available and will remain so even in ManifestV3. It supports transactions, so no routing of storage writes/reads to background scripts will be needed :)

Back