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

The concern, which may not be that major, is just that one gets now always an aborted signal eventually, so the event listener on the signal is called, even though fetch() or other APIs using signal  succeed.
One could think of some way to cancel the timeout.

-- 
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-978499743

Received on Wednesday, 24 November 2021 23:58:15 UTC