JSPM

@webext-core/storage

1.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 865
  • Score
    100M100P100Q106326F
  • License MIT

Local storage based wrapper around the Browser.storage APIs

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!