Request Cancellation
All service functions accept an optionaloptions parameter with an AbortSignal for cancelling in-flight requests:
fetch is aborted and the promise rejects with an AbortError.Request cancellation and advanced usage patterns
options parameter with an AbortSignal for cancelling in-flight requests:
fetch is aborted and the promise rejects with an AbortError.