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 6ec4c4f commit c828fe3Copy full SHA for c828fe3
5-network/11-websocket/article.md
@@ -238,7 +238,7 @@ socket.onclose = event => {
238
Most common code values:
239
240
- `1000` -- the default, normal closure (used if no `code` supplied),
241
-- `1006` -- no way to such code manually, indicates that the connection was lost (no close frame).
+- `1006` -- no way to set such code manually, indicates that the connection was lost (no close frame).
242
243
There are other codes like:
244
0 commit comments