Skip to main content

protocol

property WebSocket.protocol

Returns the subprotocol selected by the server, if any. It can be used in conjunction with the array form of the constructor's second argument to perform subprotocol negotiation.

string
Back to top