/ fm / liveswitch / XhrSendOptions
Interface: XhrSendOptions
fm.liveswitch.XhrSendOptions
Hierarchy
-
↳ XhrSendOptions
Table of contents
Properties
- abortOnUnload
- cacheBusterParameterName
- content
- contentBinary
- frameUrl
- headers
- method
- onFailure
- onRequestCreated
- onResponseReceived
- onSuccess
- robustResponse
- sync
- timeout
- url
Properties
abortOnUnload
• Optional
abortOnUnload: boolean
Defined in: Generated/TypeScript/fm.liveswitch/XhrSendOptions.ts:3
cacheBusterParameterName
• Optional
cacheBusterParameterName: string
Defined in: Generated/TypeScript/fm.liveswitch/XhrSendOptions.ts:4
content
• content: string
Inherited from: HttpWebRequestSendOptions.content
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:7
contentBinary
• contentBinary: Uint8Array
Inherited from: HttpWebRequestSendOptions.contentBinary
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:8
frameUrl
• frameUrl: string
Inherited from: HttpWebRequestSendOptions.frameUrl
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:5
headers
• headers: Hash<string, string>
Inherited from: HttpWebRequestSendOptions.headers
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:9
method
• method: string
Inherited from: HttpWebRequestSendOptions.method
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:6
onFailure
• Optional
onFailure: IAction1<HttpWebRequestFailureArgs>
Inherited from: HttpWebRequestSendOptions.onFailure
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:15
onRequestCreated
• Optional
onRequestCreated: IFunction1<HttpWebRequest, HttpWebRequestSendOptions>
Inherited from: HttpWebRequestSendOptions.onRequestCreated
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:12
onResponseReceived
• Optional
onResponseReceived: IAction1<HttpWebResponse>
Inherited from: HttpWebRequestSendOptions.onResponseReceived
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:13
onSuccess
• Optional
onSuccess: IAction1<HttpWebRequestSuccessArgs>
Inherited from: HttpWebRequestSendOptions.onSuccess
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:14
robustResponse
• robustResponse: boolean
Inherited from: HttpWebRequestSendOptions.robustResponse
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:11
sync
• sync: boolean
Inherited from: HttpWebRequestSendOptions.sync
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:3
timeout
• timeout: number
Inherited from: HttpWebRequestSendOptions.timeout
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:10
url
• url: string
Inherited from: HttpWebRequestSendOptions.url
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:4