BrowserWebSocketClient

object BrowserWebSocketClient : JsWebSocketClientAdapter

Default WebSocket found in the browser. Not supported in NodeJS environment.

Functions

Link copied to clipboard
open suspend override fun connect(url: String): WebSocketConnection

Opens a web socket connection and suspends until the connection is OPEN.

Sources

Link copied to clipboard