mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update websockets.md (#10808)
This commit is contained in:
@@ -356,7 +356,7 @@ type Compressor =
|
||||
| `"256KB"`;
|
||||
|
||||
interface Server {
|
||||
pendingWebsockets: number;
|
||||
pendingWebSockets: number;
|
||||
publish(
|
||||
topic: string,
|
||||
data: string | ArrayBufferView | ArrayBuffer,
|
||||
|
||||
Reference in New Issue
Block a user