UNPKG

wxt

Version:

⚡ Next-gen Web Extension Framework

9 lines (8 loc) 297 B
//#region src/core/utils/constants.ts /** * Module ID used to build the background in dev mode if the extension doesn't * include a background script/service worker. */ const VIRTUAL_NOOP_BACKGROUND_MODULE_ID = "virtual:user-background"; //#endregion export { VIRTUAL_NOOP_BACKGROUND_MODULE_ID };