Static Class GLOBALS
Field Summary
|
<static> object
|
coverNativeSSE
Copyright (c) 2007-2015, Kaazing Corporation.
|
Method Summary
|
<static>
|
CloseEvent(target_, wasClean_, code_, reason_)
Copyright (c) 2007-2015, Kaazing Corporation.
|
<static>
|
MessageEvent(target_, data_, origin_)
Copyright (c) 2007-2015, Kaazing Corporation.
|
<static>
|
postMessage0(target, message, origin)
Provides an emulation of HTML5 window.postMessage,
leveraging the native implementation if available.
|
coverNativeSSE
<static> object coverNativeSSE
Copyright (c) 2007-2015, Kaazing Corporation. All rights reserved.
CloseEvent
<static> CloseEvent(target_, wasClean_, code_, reason_)
Copyright (c) 2007-2015, Kaazing Corporation. All rights reserved.
MessageEvent
<static> MessageEvent(target_, data_, origin_)
Copyright (c) 2007-2015, Kaazing Corporation. All rights reserved.
postMessage0
<static> postMessage0(target, message, origin)
Provides an emulation of HTML5 window.postMessage,
leveraging the native implementation if available.
Parameters:
Window target
- the target window to receive messages
String message
- the message to send to the target window
String origin
- the origin of the message