Files
wxt/docs/api/wxt-sandbox.md
T
Aaron 44464f914f feat!: Use defineUnlistedScript to define unlisted scripts (#167)
BREAKING CHANGE: Unlisted scripts must now `export default defineUnlistedScript(...)`
2023-10-14 10:06:52 -05:00

382 B
Raw Permalink Blame History

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';

:::