We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8def6d commit 1e6d498Copy full SHA for 1e6d498
1 file changed
5-network/11-websocket/article.md
@@ -237,7 +237,7 @@ socket.onclose = event => {
237
238
가장 많이 사용하는 코드는 다음과 같습니다.
239
240
-- `1000` -- the default, normal closure (used if no `code` supplied),
+- `1000` -- 기본값으로 정상 종료를 의미함(`code`값이 주어지지 않을 때 기본 세팅됨)
241
- `1006` -- `1000` 같은 코드를 수동으로 설정할 수 없을 때 사용하고, 커넥션이 유실(no close frame)되었음을 의미함
242
243
이외의 코드는 다음과 같습니다.
0 commit comments