Search results

BeforeSendFetchEventArgs API in JavaScript 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.