Re: [whatwg/streams] Allow aborting an ongoing pipe operation using AbortSignals (#744)

I probably should have noticed this before, but when pipeTo() is aborted, the promise is fulfilled with an AbortError. I think it should be rejected instead, to match the behaviour of fetch().

-- 
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/pull/744#issuecomment-426967004

Received on Thursday, 4 October 2018 10:28:18 UTC