w3c / webrtc-pc

WebRTC 1.0 API
https://w3c.github.io/webrtc-pc/
Other
439 stars 115 forks source link

DataChannel connected step needs to queue a task #3015

Closed jan-ivar closed 4 days ago

jan-ivar commented 3 weeks ago

The Once an SCTP transport is connected step in § 6.1.1.3 is touching main thread state and fires "an event named statechange at transport." It needs to queue a task to do that.

jan-ivar commented 3 weeks ago

I'm going to trust no browser is invoking JS (firing an event) in a background thread, and mark this editorial.