Expand description
Async wrappers around the Chrome extension storage API.
Structs§
- Local
Storage - Async accessor for the Chrome extension
storage.localarea. - Storage
Data - 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
wasm32in debug mode within a Chrome extension context; otherwise a no-op that logs the reason it was skipped.