- From: James M Snell <notifications@github.com>
- Date: Thu, 25 Nov 2021 08:52:14 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 November 2021 16:52:26 UTC
Well, FWIW, I've updated the Node.js implementation so that the underlying timer holds only a weak reference to the `AbortSignal` that is created so that the timer itself does not prevent the signal from being garbage collected. When the timer fires, the signal is only tripped if it still exists. -- 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-979356845
Received on Thursday, 25 November 2021 16:52:26 UTC