44464f914f
BREAKING CHANGE: Unlisted scripts must now `export default defineUnlistedScript(...)`
382 B
382 B
wxt/sandbox Reference
The wxt/sandbox module contains exports that do not use the browser global (ie: a "sandboxed" environment).
:::warning 🚧 Under construction This documentation does not exist yet. All APIs are documented with JSDoc, so for now, you can view the documentation in your editor.
import { defineUnlistedScript } from 'wxt/sandbox';
:::