Skip to content

Commit 77e2e59

Browse files
[웹소켓] 번역 - line241 (#1606)
1 parent dfd1d1e commit 77e2e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/11-websocket/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ socket.onclose = event => {
238238
Most common code values:
239239

240240
- `1000` -- the default, normal closure (used if no `code` supplied),
241-
- `1006` -- no way to set such code manually, indicates that the connection was lost (no close frame).
241+
- `1006` -- `1000` 같은 코드를 수동으로 설정할 수 없을 때 사용하고, 커넥션이 유실(no close frame)되었음을 의미함
242242

243243
There are other codes like:
244244

0 commit comments

Comments
 (0)