import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { BackgroundServiceEvent } = Protocol.BackgroundService;
Properties
timestamp: Network.TimeSinceEpoch
Timestamp of the event (in seconds).
serviceWorkerRegistrationId: ServiceWorker.RegistrationID
The Service Worker ID that initiated the event.
service: ServiceName
The Background Service this event belongs to.
eventMetadata: EventMetadata[]
A list of event-specific information.