Package Exports
- @webext-core/storage
Readme
@webext-core/storage
A type-safe wrapper around the Browser.storage
APIs, based off local storage.
pnpm i @webext-core/storage
import { localExtStorage } from '@webext-core/storage';
const value = await localExtStorage.getItem('some-key');
Get Started
See documentation to get started!