WebSocketConnection
UNSTABLE: New API, yet to be vetted.
interface WebSocketConnection {
extensions: string;
protocol: string;
readable: ReadableStream<string | Uint8Array>;
writable: WritableStream<string | Uint8Array>;
}UNSTABLE: New API, yet to be vetted.