Closed nsatragno closed 2 years ago
The AbortSignal / AbortController API has changed recently to support passing a reason. This reason should be checked instead of the aborted flag, see the DOM spec.
aborted flag
The AbortSignal / AbortController API has changed recently to support passing a reason. This reason should be checked instead of the
aborted flag
, see the DOM spec.