Skip to content

Commit 7cfc710

Browse files
wisewellViolet-Bora-Lee
authored andcommitted
[웹소켓] 번역 - line238 (#1606)
1 parent 19c2cf6 commit 7cfc710

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
@@ -235,7 +235,7 @@ socket.onclose = event => {
235235
};
236236
```
237237

238-
Most common code values:
238+
가장 많이 사용하는 코드는 다음과 같습니다.
239239

240240
- `1000` -- the default, normal closure (used if no `code` supplied),
241241
- `1006` -- `1000` 같은 코드를 수동으로 설정할 수 없을 때 사용하고, 커넥션이 유실(no close frame)되었음을 의미함

0 commit comments

Comments
 (0)