Re: [whatwg/dom] Request for a different type of example of abort steps (Issue #1031)

I ended up creating a half dozen PRs against Fetch to try to resolve this, but there are quite a few tricky aspects with actually aborting the underlying operation first (or at all). So in the end I settled for some internal notes so we can hopefully solve this in the future: https://github.com/whatwg/fetch/pull/1514. (The other PRs did meaningfully improve Fetch so definitely worth it overall I think.)

Now In general I think we should aim for aborting the underlying operation first and once that is done exposing it to script. That's a logical order and where we can do it we should aim for it.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1031#issuecomment-1290163813
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1031/1290163813@github.com>

Received on Tuesday, 25 October 2022 08:14:37 UTC