mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
958 B
958 B
Home > puppeteer > Protocol > Media > PlayerEventsAddedEvent
Protocol.Media.PlayerEventsAddedEvent interface
Send events as a list, allowing them to be batched on the browser for less congestion. If batched, events must ALWAYS be in chronological order.
Signature:
export interface PlayerEventsAddedEvent
Properties
Property | Type | Description |
---|---|---|
events | PlayerEvent[] | |
playerId | PlayerId |