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

> It seems highly unlikely Chromium and WebKit can transition away from that default to "`blob`" and match Gecko.

Why is that? If one wants support in Firefox, one has to explicitly set it anyways which I'm ~assuming~hoping is the majority, so would the reverse case be any different?

That being said, my position hasn't changed since 2019. Everyone uses `'arraybuffer'` and using `RTCDataChannel` interchangeably with `WebSocket` has not been possible since a decade now, not only because of `binaryType` but also because of things like the maximum message size limitation, etc.

-- 
GitHub Notification of comment by lgrahl
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2170#issuecomment-1695870829 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 15:09:35 UTC