Skip to content

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).

AbortController

AbortSignal

void