Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require pipeThrough() to be called on a ReadableStream. Stop delegating to this.pipeTo(). Also throw exceptions if *this* or _writable_ are not streams or they are locked, or if *signal* is not an AbortSignal. Also require _readable_ to be a ReadableStream. Add a new abstract operation, ReadableStreamPipeTo(), which is used internally by pipeTo() and pipeThrough() and also can be referenced from other standards. Closes #961.
- Loading branch information