Skip to content

Commit 2ef17ea

Browse files
Fix link IDs for TransformStream abstract ops
1 parent cda7f1c commit 2ef17ea

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
@@ -5215,7 +5215,7 @@ The following abstract operations support the implementaiton of the
52155215

52165216
<div algorithm>
52175217
<dfn abstract-op lt="TransformStreamDefaultControllerEnqueue"
5218-
id="set-up-transform-stream-default-controller-enqueue"
5218+
id="transform-stream-default-controller-enqueue"
52195219
export>TransformStreamDefaultControllerEnqueue(|controller|, |chunk|)</dfn> is meant to be called
52205220
by other specifications that wish to enqueue [=chunks=] in the [=readable side=], in the same way
52215221
a developer would enqueue chunks using the stream's associated controller object. Specifications
@@ -5241,7 +5241,7 @@ The following abstract operations support the implementaiton of the
52415241
</div>
52425242
<div algorithm>
52435243
<dfn abstract-op lt="TransformStreamDefaultControllerError"
5244-
id="set-up-transform-stream-default-controller-error"
5244+
id="transform-stream-default-controller-error"
52455245
export>TransformStreamDefaultControllerError(|controller|, |e|)</dfn> is meant to be called by
52465246
other specifications that wish to move the transform stream to an errored state, in the same way a
52475247
developer would error the stream using the stream's associated controller object. Specifications
@@ -5254,7 +5254,7 @@ The following abstract operations support the implementaiton of the
52545254

52555255
<div algorithm>
52565256
<dfn abstract-op lt="TransformStreamDefaultControllerPerformTransform"
5257-
id="set-up-transform-stream-default-controller-perform-transform">TransformStreamDefaultControllerPerformTransform(|controller|, |chunk|)</dfn>
5257+
id="transform-stream-default-controller-perform-transform">TransformStreamDefaultControllerPerformTransform(|controller|, |chunk|)</dfn>
52585258
performs the following steps:
52595259

52605260
1. Let |transformPromise| be the result of performing
@@ -5267,7 +5267,7 @@ The following abstract operations support the implementaiton of the
52675267

52685268
<div algorithm>
52695269
<dfn abstract-op lt="TransformStreamDefaultControllerTerminate"
5270-
id="set-up-transform-stream-default-controller-terminate"
5270+
id="transform-stream-default-controller-terminate"
52715271
export>TransformStreamDefaultControllerTerminate(|controller|)</dfn> is meant to be called by
52725272
other specifications that wish to terminate the transform stream, in the same way a
52735273
developer-created stream would be terminated by its associated controller object. Specifications

0 commit comments

Comments
 (0)