- From: Mattias Buelens <notifications@github.com>
- Date: Mon, 06 Dec 2021 11:41:00 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 6 December 2021 19:41:14 UTC
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