diff --git a/webrtc.html b/webrtc.html index 167646b28..b5260bf42 100644 --- a/webrtc.html +++ b/webrtc.html @@ -4420,7 +4420,7 @@

RTCDataChannelEvent

Garbage Collection

-

A RTCDataChannel object MUST not be garbage +

An RTCDataChannel object MUST not be garbage collected if its

+ +
+

RTCDataChannel and Workers

+

An RTCDataChannel object MUST be + + Transferable to Workers [[!WEBWORKERS]]. When it's + transfered, any future events will occur on the transfered object in + the Worker. Note that this means that the Worker should install any + EventHandlers immediately on reception of the DataChannel to avoid + missing any events. +

+
+