-
Couldn't load subscription status.
- Fork 318
Open
Labels
addition/proposalNew features or enhancementsNew features or enhancementstopic: abortingAbortController and AbortSignalAbortController and AbortSignal
Description
What is the issue with the DOM Standard?
Currently it's not straightforward to track whether all abort algorithms are finished. You would call AbortController.abort and then would hope it that things are aborted, before starting anything new. It's okay to do so when the new job never clashes with the previous supposed-to-be-aborted job (like some simple fetch() calls), but might clash if the abort algorithm includes closing a file handle, etc.
Would be nice if abort event had something like ExtendableEvent.waitUntil.
Metadata
Metadata
Assignees
Labels
addition/proposalNew features or enhancementsNew features or enhancementstopic: abortingAbortController and AbortSignalAbortController and AbortSignal