- From: Mattias Buelens <notifications@github.com>
- Date: Thu, 12 Nov 2020 08:56:08 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 November 2020 16:56:20 UTC
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