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 abf4578 commit b8def6dCopy full SHA for b8def6d
5-network/11-websocket/article.md
@@ -240,7 +240,7 @@ socket.onclose = event => {
240
- `1000` -- the default, normal closure (used if no `code` supplied),
241
- `1006` -- `1000` 같은 코드를 수동으로 설정할 수 없을 때 사용하고, 커넥션이 유실(no close frame)되었음을 의미함
242
243
-There are other codes like:
+이외의 코드는 다음과 같습니다.
244
245
- `1001` -- 연결 주체 중 한쪽이 떠남(예: 서버 셧다운, 부라우저에서 페이지 종료)
246
- `1009` -- 메시지가 너무 커서 처리하지 못함
0 commit comments