Skip to content

Commit

Permalink
Update websockets.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jclee committed May 10, 2024
1 parent 1c776ac commit 89df0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/workers/runtime-apis/websockets.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ let [client, server] = Object.values(new WebSocketPair());

{{<Aside type="note">}}

WebSocket messages received by a worker have a size limit of 1 MiB (1048576). If a larger message is sent, the WebSocket will be automatically closed with a `1009` "Message is too large" response.
WebSocket messages received by a Worker have a size limit of 1 MiB (1048576). If a larger message is sent, the WebSocket will be automatically closed with a `1009` "Message is too large" response.

{{</Aside>}}

Expand Down

0 comments on commit 89df0f7

Please sign in to comment.