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