Skip to content

Commit

Permalink
Merge pull request #123 from youennf/fix-aborted
Browse files Browse the repository at this point in the history
Use aborted instead of aborted flag
  • Loading branch information
dontcallmedom committed Nov 19, 2021
2 parents a377d84 + 8ed6694 commit 31f09c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Expand Up @@ -156,7 +156,7 @@ The `transform` setter steps are:
9. Set [=this=].`[[transform]]` to |transform|.

The <dfn>chain transform algorithm</dfn> steps are defined as:
1. If |newPipeToController|'s [=AbortSignal/aborted flag=] is true, abort these steps.
1. If |newPipeToController| is [=AbortSignal/aborted=], abort these steps.
2. [=ReadableStreamDefaultReader/Release=] |reader|.
3. [=WritableStreamDefaultWriter/Release=] |writer|.
4. Assert that |newPipeToController| is the same object as |rtcObject|.`[[pipeToController]]`.
Expand Down

0 comments on commit 31f09c9

Please sign in to comment.