import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { BackgroundServiceEvent } = default.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.