We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6127a50 commit b1a83e7Copy full SHA for b1a83e7
5-network/11-websocket/article.md
@@ -266,7 +266,7 @@ socket.onclose = event => {
266
To get connection state, additionally there's `socket.readyState` property with values:
267
268
- **`0`** -- "CONNECTING": the connection has not yet been established,
269
-- **`1`** -- "OPEN": communicating,
+- **`1`** -- "OPEN": 연결이 성립되고 통신 중
270
- **`2`** -- "CLOSING": the connection is closing,
271
- **`3`** -- "CLOSED": the connection is closed.
272
0 commit comments