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

@nidhijaju 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}}.

I think it might be better to have the assert here instead of DOM's "signal abort" because `error` is not only used to signal abort in this function.

-- 
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_r737501531

Received on Wednesday, 27 October 2021 14:02:37 UTC