Re: [whatwg/streams] Use abort reason in ReadableStreamPipeTo (PR #1182)

@annevk commented on this pull request.



> +   1. If |signal|'s [=AbortSignal/abort reason=] is not undefined, let |error| be |signal|'s
+      [=AbortSignal/abort reason=].
+   1. Otherwise, let |error| be a new "{{AbortError}}" {{DOMException}}.

That's a good point, when would we see undefined here?

-- 
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/1182#discussion_r737479995

Received on Wednesday, 27 October 2021 13:41:56 UTC