1.1.1 • Published 5 months ago

@wxt-dev/storage v1.1.1

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

WXT Storage

Changelog Docs

A simplified wrapper around the extension storage APIs.

Installation

With WXT

This module is built-in to WXT, so you don't need to install anything.

import { storage } from 'wxt/storage';

If you use auto-imports, storage is auto-imported for you, so you don't even need to import it!

Without WXT

Install the NPM package:

npm i @wxt-dev/storage
pnpm add @wxt-dev/storage
yarn add @wxt-dev/storage
bun add @wxt-dev/storage
import { storage } from '@wxt-dev/storage';

Usage

Read full docs on the documentation website.

1.1.1

5 months ago

1.1.0

7 months ago

1.0.1

9 months ago

1.0.0

9 months ago