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

I think we might want an abstraction for this if every specification that adopts signals needs this. I put a suggestion in https://github.com/whatwg/fetch/pull/1343#discussion_r737171008.

-- 
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#pullrequestreview-790261343

Received on Wednesday, 27 October 2021 07:41:25 UTC