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
Copy file name to clipboardExpand all lines: index.bs
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -365,10 +365,7 @@ The <dfn constructor for="RTCRtpScriptTransform" lt="RTCRtpScriptTransform(worke
365
365
5. Set |transformer|.`[[options]]` to |transformerOptions|.
366
366
6. Set |transformer|.`[[readable]]` to |readable|.
367
367
7. Set |transformer|.`[[writable]]` to |writable|.
368
-
8. Let |event| be the result of [=creating an event=] with {{RTCTransformEvent}}.
369
-
9. Set |event|.type attribute to "rtctransform".
370
-
10. Set |event|.transformer to |transformer|.
371
-
11. Dispatch |event| on |worker|’s global scope.
368
+
8. [=Fire an event=] named <dfn event for="DedicatedWorkerGlobalScope">rtctransform</dfn> using {{RTCTransformEvent}} with {{RTCTransformEvent/transformer}} set to |transformer| on |worker|’s global scope.
372
369
373
370
// FIXME: Describe error handling (worker closing flag true at RTCRtpScriptTransform creation time. And worker being terminated while transform is processing data).
0 commit comments