puppeteer/new-docs/puppeteer.protocol.network.websocketwillsendhandshakerequestevent.md
2020-07-13 14:01:35 +01:00

1.4 KiB

Home > puppeteer > Protocol > Network > WebSocketWillSendHandshakeRequestEvent

Protocol.Network.WebSocketWillSendHandshakeRequestEvent interface

Fired when WebSocket is about to initiate handshake.

Signature:

export interface WebSocketWillSendHandshakeRequestEvent 

Properties

Property Type Description
request WebSocketRequest WebSocket request data.
requestId RequestId Request identifier.
timestamp MonotonicTime Timestamp.
wallTime TimeSinceEpoch UTC Timestamp.