isAbortError
isAbortError(
error):boolean
True for a DOMException/Error named AbortError — the rejection an aborted fetch (or the SDK’s own cancellation) produces.
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”boolean