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 bb5d44b commit 6eea0d4Copy full SHA for 6eea0d4
1 file changed
doc/ws.md
@@ -549,8 +549,8 @@ A WebSocket frame was received with the RSV2 or RSV3 bit set unexpectedly.
549
550
### WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH
551
552
-A data frame was received with a length longer the max supported length (2^53-1,
553
-due to JavaScript language limitations).
+A data frame was received with a length longer than the max supported length
+(2^53 - 1, due to JavaScript language limitations).
554
555
### WS_ERR_UNSUPPORTED_MESSAGE_LENGTH
556
0 commit comments