Skip to main content

Module storage

Module storage 

Source
Expand description

Async wrappers around the Chrome extension storage API.

Structs§

LocalStorage
Async accessor for the Chrome extension storage.local area.
StorageData
A set of key/value pairs retrieved from Chrome extension storage, wrapping the underlying JavaScript Object.

Functions§

__chrome_storage_unit_test
Entry point that runs the Chrome extension storage unit tests when built for wasm32 in debug mode within a Chrome extension context; otherwise a no-op that logs the reason it was skipped.