You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on when an RTCDataChannel is created, its underlying data transport might queue a task with open, message, or close events at any time. If this happens during transfer to a worker, the events might get lost. We need to specify it so this doesn't happen.
A precedent to follow here seems to be MessagePort.