I just learned about how to reject a Promise by using the AbortController API. It’s working fine but when the promise to reject as a “child Promise”, this one will still continue running even if the parent Promise is rejected. Is there a way, when the parent is rejected, to stop the children too? In this example, this means that