public class DedicatedWorkerGlobalScope extends EventTarget implements WindowOrWorkerGlobalScope
Workers.| Constructor and Description |
|---|
DedicatedWorkerGlobalScope()
For prototype instantiation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
atob(String encodedData)
Decodes a string of data which has been encoded using base-64 encoding.
|
String |
btoa(String stringToEncode)
Creates a base-64 encoded ASCII string from a string of binary data.
|
net.sourceforge.htmlunit.corejs.javascript.Function |
getOnmessage()
Returns the
onmessage event handler. |
Object |
getSelf()
Get the scope itself.
|
static void |
importScripts(net.sourceforge.htmlunit.corejs.javascript.Context cx,
net.sourceforge.htmlunit.corejs.javascript.Scriptable thisObj,
Object[] args,
net.sourceforge.htmlunit.corejs.javascript.Function funObj)
Import external script(s).
|
void |
postMessage(Object message)
Posts a message to the
Worker in the page's context. |
void |
setOnmessage(Object onmessage)
Sets the
onmessage event handler. |
addEventListener, clearEventListenersContainer, dispatchEvent, executeEventLocally, fireEvent, getEventHandler, getEventListenersContainer, hasEventHandlers, isEventHandlerOnWindow, removeEventListener, setEventHandlerclone, equivalentValues, get, getBrowserVersion, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getPrototype, getScriptableFor, getStartingScope, getWindow, getWindow, getWithPreemption, has, hasInstance, initParentScope, makeScriptableFor, setCaseSensitive, setDomNode, setDomNode, setHtmlElementdefineFunctionProperties, defineProperty, getClassName, put, setClassName, setParentScopeapplyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isReadOnlySettable, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setPrototype, sizepublic DedicatedWorkerGlobalScope()
public Object getSelf()
public net.sourceforge.htmlunit.corejs.javascript.Function getOnmessage()
onmessage event handler.onmessage event handlerpublic void setOnmessage(Object onmessage)
onmessage event handler.onmessage - the onmessage event handlerpublic String btoa(String stringToEncode)
btoa in interface WindowOrWorkerGlobalScopestringToEncode - string to encodepublic String atob(String encodedData)
atob in interface WindowOrWorkerGlobalScopeencodedData - the encoded stringpublic void postMessage(Object message)
Worker in the page's context.message - the messagepublic static void importScripts(net.sourceforge.htmlunit.corejs.javascript.Context cx,
net.sourceforge.htmlunit.corejs.javascript.Scriptable thisObj,
Object[] args,
net.sourceforge.htmlunit.corejs.javascript.Function funObj)
throws IOException
cx - the current contextthisObj - this objectargs - the script(s) to importfunObj - the JS function calledIOException - in case of problem loading/executing the scriptsCopyright © 2002–2020 Gargoyle Software Inc.. All rights reserved.