可以通过Documentation Index
Fetch the complete documentation index at: https://bun.zhcndoc.com/llms.txt
Use this file to discover all available pages before exploring further.
perMessageDeflate 参数启用逐消息压缩。设置后,所有消息都会使用 permessage-deflate WebSocket 扩展进行压缩。
要为单个消息启用压缩,请在调用
ws.send() 时传入第二个参数 true。