import { default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { BackgroundService } = default;
Defines events for background web platform features.
Interfaces
Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording. | |
A key-value pair for additional event information to pass along. | |
Called when the recording state for the service has been updated. | |
Type Aliases
The Background Service that will be associated with the commands/events. Every Background Service operates independently, but they share the same API. |