interface AbortController
A controller object that allows you to abort one or more DOM requests as and when desired.
Properties #
readonly
#signal: AbortSignal
Returns the AbortSignal object associated with this object.
Methods #
variable AbortController
A controller object that allows you to abort one or more DOM requests as and when desired.
Properties #
readonly
#prototype: AbortController