Skip to content

API > wxt/browser/chrome > WxtBrowser

Type alias: WxtBrowser

WxtBrowser: Omit<typeof chrome, "runtime" | "i18n"> & object

Type declaration

i18n

i18n: WxtI18n & Omit<typeof chrome["i18n"], "getMessage">

runtime

runtime: WxtRuntime & Omit<typeof chrome["runtime"], "getURL">

Source

packages/wxt/src/browser/chrome.ts:11


Generated using typedoc-plugin-markdown and TypeDoc