Re: [whatwg/dom] AbortController, AbortSignal, and garbage collection (#920)

> I guess the one thing that complicates things somewhat might be signals that follow other signals. Edit: would that be as simple as keeping it alive from the signal that it is following? At least as long as the aborted flag isn't set.

Again, isn't that already the case by virtue of the *followingSignal* attaching abort steps to its *parentSignal*, and those steps necessarily keeping the *followingSignal* alive?

-- 
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#issuecomment-726201127

Received on Thursday, 12 November 2020 16:52:23 UTC