Edit in GitHubLog an issue

window.AbortController

See: https://developer.mozilla.org/en-US/docs/Web/API/AbortController


See also [AbortSignal](./AbortSignal.md#module:global.AbortSignal)

signal : AbortSignal

AbortSignal object, which can be used to abort a request

abort(reason)

Aborts a request before it has completed. If the reason is not specified, the reason is set to "AbortError" DomException

ParamTypeDescription
reason
*
the reason why the operation was aborted
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.