WebSocket: WebSocket() コンストラクター
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
WebSocket()
コンストラクターは、新しい WebSocket
オブジェクトを返します。
構文
js
new WebSocket(url)
new WebSocket(url, protocols)
引数
例外
SyntaxError
DOMException
-
次のような場合に発生します。
仕様書
Specification |
---|
WebSockets Standard # ref-for-dom-websocket-websocket① |
ブラウザーの互換性
BCD tables only load in the browser
関連情報
- RFC 6455 (WebSocket プロトコル仕様書)