Re: [whatwg/dom] Add AbortSignal.timeout(ms) (#951)

Firefox used to coalesce ABORT_ERR and TIMEOUT_ERR. I am in favour of using the right exception/error, i.e. the most descriptive : TimeoutError.
If we were to introduce deadlines—which are not timeouts—will they use TimeoutError or a new DeadlineError?

-- 
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/issues/951#issuecomment-877213914

Received on Friday, 9 July 2021 14:04:54 UTC