Movatterモバイル変換


[0]ホーム

URL:


  1. 개발자를 위한 웹 기술
  2. Web API
  3. WebSocket
  4. WebSocket.readyState

This page was translated from English by the community.Learn more and join the MDN Web Docs community.

View in EnglishAlways switch to English

WebSocket.readyState

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨2015년 7월⁩.

WebSocket.readyState 읽기 전용 속성은WebSocket 연결의 현재 상태를 반환합니다.

아래의unsigned short 값 중 하나입니다.

상태설명
0CONNECTING소켓이 생성됐으나 연결은 아직 개방되지 않았습니다.
1OPEN연결이 개방되어 통신할 수 있습니다.
2CLOSING연결을 닫는 중입니다.
3CLOSED연결이 닫혔거나, 개방할 수 없었습니다.

명세

Specification
WebSockets
# ref-for-dom-websocket-readystate①

브라우저 호환성

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp