- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 10 Nov 2020 08:13:21 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 November 2020 16:13:34 UTC
@smaug---- made me realize we could probably be a little bit more specific about what keeps what alive. Thoughts: * AbortController weakly references AbortSignal. The controller getting GC'd is fine, since it doesn't learn about results. * AbortSignal cannot be collected when it has a controller and event listeners/abort algorithms. I think that means it needs a weak reference to its controller. cc @jakearchibald @domenic -- 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/920
Received on Tuesday, 10 November 2020 16:13:34 UTC