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:
1471475. Initialize |newPipeToController| to a new {{AbortController}} .
1481486. If [=this=] .`[[pipeToController]] ` is not null, run the following steps:
149149 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]] `.
1511517. Else, run the [$chain transform algorithm$] steps.
1521528. Set [=this=] .`[[pipeToController]] ` to |newPipeToController|.
1531539. Set [=this=] .`[[transform]] ` to |transform|.
15415410. Run the steps in the set of [$association steps$] of |transform| with [=this=] .
155155
156156The <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.
1581582. [=ReadableStreamDefaultReader/Release=] |reader|.
1591593. [=WritableStreamDefaultWriter/Release=] |writer|.
1601604. Assert that |newPipeToController| is the same object as |rtcObject|.`[[pipeToController]] `.
You can’t perform that action at this time.
0 commit comments