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

> * I think we should not include the clamping/nesting behavior of `setTimeout()`, although I'm open to being persuaded otherwise.

We're trying to reduce the amount of code that executes in the background, and throttling/clamping is part of that. Wouldn't this just become a way to work around it? https://developer.chrome.com/blog/timer-throttling-in-chrome-88/

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

Received on Thursday, 25 February 2021 10:50:33 UTC