Skip to content

Commit 48b9e6c

Browse files
committed
Fix numbering upset in two places
1 parent cddd9c9 commit 48b9e6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -918,12 +918,12 @@ interface RTCRtpScriptTransform {
918918
## Constructor ## {#RTCRtpScriptTransform-constructor}
919919

920920
The <dfn constructor for="RTCRtpScriptTransform" lt="RTCRtpScriptTransform(worker, options)"><code>new RTCRtpScriptTransform(|worker|, |options|, |transfer|)</code></dfn> constructor steps are:
921-
5. Let |serializedOptions| be the result of [$StructuredSerializeWithTransfer$](|options|, |transfer|).
922-
8. [=Queue a task=] on the DOM manipulation [=task source=] |worker|'s global scope to run the following steps:
921+
1. Let |serializedOptions| be the result of [$StructuredSerializeWithTransfer$](|options|, |transfer|).
922+
1. [=Queue a task=] on the DOM manipulation [=task source=] |worker|'s global scope to run the following steps:
923923
1. Let |transformerOptions| be the result of [$StructuredDeserializeWithTransfer$](|serializedOptions|, the current Realm).
924-
4. Let |transformer| be the result of [=RTCRtpScriptTransformer/creating=] a
924+
1. Let |transformer| be the result of [=RTCRtpScriptTransformer/creating=] a
925925
{{RTCRtpScriptTransformer}} with |transformerOptions|.
926-
8. [=Fire an event=] named <dfn event for="DedicatedWorkerGlobalScope">rtctransform</dfn> using {{RTCTransformEvent}} with {{RTCTransformEvent/transformer}} set to |transformer| on |worker|’s global scope.
926+
1. [=Fire an event=] named <dfn event for="DedicatedWorkerGlobalScope">rtctransform</dfn> using {{RTCTransformEvent}} with {{RTCTransformEvent/transformer}} set to |transformer| on |worker|’s global scope.
927927

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

0 commit comments

Comments
 (0)