File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,14 +147,14 @@ The `transform` setter steps are:
147
147
5. Initialize |newPipeToController| to a new {{AbortController}} .
148
148
6. If [=this=] .`[[pipeToController]] ` is not null, run the following steps:
149
149
1. [=AbortSignal/Add=] the [$chain transform algorithm$] to [=this=] .`[[pipeToController]] `.signal.
150
- 2. [=AbortSignal /signal abort=] [=this=] .`[[pipeToController]] `.signal .
150
+ 2. [=AbortController /signal abort=] on [=this=] .`[[pipeToController]] `.
151
151
7. Else, run the [$chain transform algorithm$] steps.
152
152
8. Set [=this=] .`[[pipeToController]] ` to |newPipeToController|.
153
153
9. Set [=this=] .`[[transform]] ` to |transform|.
154
154
10. Run the steps in the set of [$association steps$] of |transform| with [=this=] .
155
155
156
156
The <dfn abstract-op>chain transform algorithm</dfn> steps are defined as:
157
- 1. If |newPipeToController| is [=AbortSignal/aborted=] , abort these steps.
157
+ 1. If |newPipeToController|.signal is [=AbortSignal/aborted=] , abort these steps.
158
158
2. [=ReadableStreamDefaultReader/Release=] |reader|.
159
159
3. [=WritableStreamDefaultWriter/Release=] |writer|.
160
160
4. Assert that |newPipeToController| is the same object as |rtcObject|.`[[pipeToController]] `.
You can’t perform that action at this time.
0 commit comments