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

@smaug---- resetting the timer was discussed in https://github.com/whatwg/dom/issues/951#issuecomment-970515484. That would require a change to the controller. (Either a new class or we change the existing class to also support timer functionality.) It's already possible for a signal to become aborted after an operation to which it is passed succeeds. That's inherent in its design. After all, the operation to which it is passed does not get to control the signal, only the controller does.

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

Received on Thursday, 25 November 2021 07:47:35 UTC