1.2.0 • Published 6 months ago

@webext-core/storage v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@webext-core/storage

A type-safe, localStorage-esk wrapper around the web extension storage APIs. Supports all browsers (Chrome, Firefox, Safari, etc).

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!