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.
2 parents 6f7d9cf + c828fe3 commit 8e6ace0Copy full SHA for 8e6ace0
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