Re: [whatwg/dom] AbortController.prototype.timeout and AbortController.prototype.cancel (Issue #1039)

Fair point, `follow()` is probably overkill here. 😅

Nit-pick: you'll still want to remove the event listener from the old `this.#timer` at the start of `timeout(delay)`, to handle this step:
> If there is already an active internal timer, when `timeout()` is called, it is reset.

-- 
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/1039#issuecomment-987121063

Received on Monday, 6 December 2021 19:41:14 UTC