The AbortSignal
interface represents a signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController
object.
Documentation AbortSignal by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also: