WebSocket: extensions property

Note: This feature is available in Web Workers.

The WebSocket.extensions read-only property returns the extensions selected by the server. This is currently only the empty string or a list of extensions as negotiated by the connection.

Value

A string.

Specifications