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

On a slightly unrelated note: what **is** missing here is if the *followingSignal* is aborted separately (i.e. through its own abort controller, not as a result of the *parentSignal* becoming aborted). In that case, the *followingSignal* should remove the abort steps it had attached to its *parentSignal*, so that the *parentSignal* does not keep the *followingSignal* alive unnecessarily.

I don't think this shouldn't be too difficult to fix in the specification. I'll give it a try.

-- 
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-726203604

Received on Thursday, 12 November 2020 16:56:20 UTC