- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 24 Nov 2021 23:47:23 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 November 2021 07:47:35 UTC
@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