The AbortSignal interface represents a signal object that allows you to communicate with a DOM request (such as a fetch request) and abort it if required via an AbortController object.
Note that AbortSignal cannot be constructed directly. Get one from an AbortController's
signal property or from the static helpers such as AbortSignal.timeout().
The AbortSignal interface represents a signal object that allows you to communicate with a DOM request (such as a fetch request) and abort it if required via an AbortController object.
Note that AbortSignal cannot be constructed directly. Get one from an AbortController's
signalproperty or from the static helpers such asAbortSignal.timeout().