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

1.2 KiB

Home > puppeteer > Protocol > Network > WebSocketHandshakeResponseReceivedEvent

Protocol.Network.WebSocketHandshakeResponseReceivedEvent interface

Fired when WebSocket handshake response becomes available.

Signature:

export interface WebSocketHandshakeResponseReceivedEvent 

Properties

Property Type Description
requestId RequestId Request identifier.
response WebSocketResponse WebSocket response data.
timestamp MonotonicTime Timestamp.