mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |