Skip to content

API > wxt/browser

Module: wxt/browser

Contains the browser export which you should use to access the extension APIs in your project:

ts
import { browser } from 'wxt/browser';

browser.runtime.onInstalled.addListener(() => {
  // ...
})

Index

Namespaces

Interfaces

Type Aliases

Variables


Generated using typedoc-plugin-markdown and TypeDoc