Search results

XmlHttpRequestEventArgs API in Angular DocumentEditor API component

Defines the XMLHttpRequest customization properties

Properties

cancel

boolean

Gets or sets a value indicating whether this server request has been canceled.

clipboardData

object

Gets the clipboard data which is to be converted as SFDT in the server-side.

headers

any[]

Gets or sets the collection of custom headers to set in the XMLHttpRequest object.

serverActionType

ServerActionType

Gets the type of server action that is to be triggered.

timeout

number

Gets or sets the timeout to set in the XMLHttpRequest object. It denotes number of milliseconds a request can take before automatically being terminated. The default value is 0, which means there is no timeout.

withCredentials

boolean

Gets or sets a value indicating whether to enable or disable withCredentials property of XMLHttpRequest object.