Extremely Popular
Go to Latest
interface puppeteer.BackgroundService.BackgroundServiceEventReceivedEvent
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { BackgroundServiceEventReceivedEvent } = puppeteer.BackgroundService;

Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording.

Properties

backgroundServiceEvent: BackgroundServiceEvent