BeforeSendFetchEventArgs

12 Sep 20251 minute to read

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.