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

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