Re: [whatwg/dom] Introduce AbortSignal.timeout() (PR #1032)

So the signal on the fetch (in the example) would be aborted even if the fetch() succeeds, abort would just happen when the timeout happens to run? Isn't that error prone, getting abort event, even though the fetch() itself has succeeded?

-- 
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/dom/pull/1032#issuecomment-978401121

Received on Wednesday, 24 November 2021 22:56:12 UTC