Update websockets.md (#10808)

This commit is contained in:
e3dio
2024-05-03 21:23:23 -06:00
committed by GitHub
parent 0ecc49ab7f
commit 45842893a4

View File

@@ -356,7 +356,7 @@ type Compressor =
| `"256KB"`;
interface Server {
pendingWebsockets: number;
pendingWebSockets: number;
publish(
topic: string,
data: string | ArrayBufferView | ArrayBuffer,