Contents

signal

A signal object allowing you to cancel the request.

Declaration

signal?: AbortSignal;

Discussion

Pass an AbortSignal from an AbortController to allow the controller to cancel a pending place lookup request. When the controller aborts, the promise it returns rejects with a DOMException whose name is "AbortError".

See Also

Options