- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 27 Oct 2021 00:41:12 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 27 October 2021 07:41:25 UTC
@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