mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.9 KiB
1.9 KiB
Home > puppeteer > Protocol > BackgroundService > BackgroundServiceEvent
Protocol.BackgroundService.BackgroundServiceEvent interface
Signature:
export interface BackgroundServiceEvent
Properties
Property | Type | Description |
---|---|---|
eventMetadata | EventMetadata[] | A list of event-specific information. |
eventName | string | A description of the event. |
instanceId | string | An identifier that groups related events together. |
origin | string | The origin this event belongs to. |
service | ServiceName | The Background Service this event belongs to. |
serviceWorkerRegistrationId | ServiceWorker.RegistrationID | The Service Worker ID that initiated the event. |
timestamp | Network.TimeSinceEpoch | Timestamp of the event (in seconds). |