Function: tieAbortSignal()
tieAbortSignal(
child,parent?):void
Tie a child AbortController to a parent signal. The child aborts
whenever the parent aborts; aborting the child does not affect the
parent (so a fetch-level cancel doesn’t tear down the main poll loop).
Parameters
Section titled “Parameters”AbortController
parent?
Section titled “parent?”AbortSignal
Returns
Section titled “Returns”void