Files
wxt/packages/is-background
dependabot[bot] b5235ed4f0 chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 (#2325)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron <aaronklinker1@gmail.com>
2026-05-10 10:33:47 -05:00
..

@wxt-dev/is-background

Exports a getter to determine if the current JS context is the background or not.

Installation

pnpm add @wxt-dev/is-background

Usage

import { isBackground } from '@wxt-dev/is-background';

isBackground(); // true | false