Re: [webrtc-pc] data channel default binaryType value is 'blob' (#2170)

> Why is that? If I read it right it [seems possible](https://w3c.github.io/webrtc-pc/#dfn-update-the-data-max-message-size) to negotiate ∞ using `max-message-size 0` in SDP.

Exactly my point. `WebSocket` and `RTCDataChannel` behave differently depending on configuration, so they can't be used interchangeably (at least not beyond very simple use cases). If you ever jiggle with some more data, they behave vastly different from an API perspective (flow control / buffering, `.send` behaviour with high buffer pressure).


-- 
GitHub Notification of comment by lgrahl
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2170#issuecomment-1696411671 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 28 August 2023 21:06:16 UTC