Skip to content

Commit 71924b2

Browse files
committed
Set scope for event definition
1 parent b1e4821 commit 71924b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ The <dfn constructor for="RTCRtpScriptTransform" lt="RTCRtpScriptTransform(worke
365365
5. Set |transformer|.`[[options]]` to |transformerOptions|.
366366
6. Set |transformer|.`[[readable]]` to |readable|.
367367
7. Set |transformer|.`[[writable]]` to |writable|.
368-
8. [=Fire an event=] named <dfn event>rtctransform</dfn> using {{RTCTransformEvent}} with {{RTCTransformEvent/transformer}} set to |transformer| 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.
369369

370370
// FIXME: Describe error handling (worker closing flag true at RTCRtpScriptTransform creation time. And worker being terminated while transform is processing data).
371371

0 commit comments

Comments
 (0)