Use local storageArea instead of localStorage #6

Merged
vlw merged 1 commit from refs/pull/6/head into master 2026-04-30 21:01:22 +02:00
vlw commented 2026-04-30 20:59:18 +02:00 (Migrated from codeberg.org)

This PR replaces localStorage with browser local storageArea. It's recommended to not use localStorage for extensions since the persistence of this storage method is not reliable for extensions.

This PR replaces `localStorage` with browser local `storageArea`. It's recommended to not use localStorage for extensions since the persistence of [this storage method is not reliable for extensions](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local).
Sign in to join this conversation.
No description provided.