All four functions are called below in update return promises. What if we want to abort the sequence from outside, at any given time? For example, while fetchMetaData is being executed, we realize we no longer need to render the component and we want to cancel the remaining operations (fetchContent and render). Is there a way to abort/cancel these operations