BeforeSendFetchEventArgs API in JavaScript (ES5) Base API control
Provides information about the beforeSend event.
Properties
cancel
boolean
A boolean value indicating whether to cancel the fetch request or not.
fetchRequest
Request
Returns the request object that represents a resource request.