Re: [whatwg/fetch] Add abort reason to abort fetch (PR #1343)

Note that currently you can infer from the text what is supposed to happen, albeit not in a great way. E.g., it is somewhat clear the `AbortSignal` that is exposed in the service worker ends up aborted due to a document invoking `abort()`. To what extent would it be clear what that `AbortSignal`'s abort reason ends up being if we don't change the language at all? Only tests?

-- 
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/fetch/pull/1343#issuecomment-957915250

Received on Tuesday, 2 November 2021 16:23:58 UTC