Skip to content

API > browser/chrome > WxtBrowser

Type alias: WxtBrowser

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

Type declaration

i18n

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

runtime

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

Source

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


Generated using typedoc-plugin-markdown and TypeDoc