Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
permessage-deflate数据在通过 WebSocket 发送到服务器之前在内部使用扩展名进行压缩。WebRTC 怎么样?数据通道 API 是否支持压缩?
permessage-deflate
您可以通过数据通道发送任意二进制数据,因此您当然可以在另一端发送和解压缩之前对数据进行压缩/压缩。