@amber.js/core
v0.5.8
Published
Runtime library for Chrome MV3 extensions built with [Amber.js](https://amber.alexzvn.me) — typed cross-context messaging, a promise wrapper over `chrome.storage`, DOM helpers for content scripts, a bounded work queue, and hashing.
Readme
@amber.js/core
Runtime library for Chrome MV3 extensions built with
Amber.js — typed cross-context messaging, a promise
wrapper over chrome.storage, DOM helpers for content scripts, a bounded work
queue, and hashing.
npm install @amber.js/coreimport { Messaging } from '@amber.js/core'
const channel = new Messaging()
.handle('math.add', (a: number, b: number) => a + b)
export type BackgroundChannel = typeof channelDocumentation
License
MIT
