Re: [whatwg/streams] Possible to undo .pipeTo()? (#1055)

This can be done by passing an `AbortSignal` to the pipe: https://github.com/whatwg/streams/issues/1004#issuecomment-508271679

We should probably add a code example to the spec, or at least add something to the (by now pretty old) [FAQ](https://github.com/whatwg/streams/blob/master/FAQ.md), as this has come up a few times. And maybe ensure that an example ends up in MDN too.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1055#issuecomment-659554560

Received on Thursday, 16 July 2020 17:21:37 UTC