990 B
990 B
Home > puppeteer > Protocol > Network > WebSocketCreatedEvent
Protocol.Network.WebSocketCreatedEvent interface
Fired upon WebSocket creation.
Signature:
export interface WebSocketCreatedEvent
Properties
Property | Type | Description |
---|---|---|
initiator | Initiator | Request initiator. |
requestId | RequestId | Request identifier. |
url | string | WebSocket request URL. |