public class JsWorkerGlobalScope extends JsElementalMixinBase implements WorkerGlobalScope
PERSISTENT, TEMPORARY
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsWorkerGlobalScope() |
addEventListener, addEventListener, beginElement, beginElementAt, dispatchEvent, endElement, endElementAt, getAnimatedClassName, getAnimatedHeight, getAnimatedHref, getAnimatedResult, getAnimatedTransform, getAnimatedWidth, getAnimatedX, getAnimatedY, getBBox, getChildElementCount, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getFirstElementChild, getLastElementChild, getNearestViewportElement, getNextElementSibling, getPresentationAttribute, getPreserveAspectRatio, getPreviousElementSibling, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSvgStyle, getSystemLanguage, getTransformToElement, getViewBox, getXmllang, getXmlspace, getZoomAndPan, hasExtension, querySelector, querySelectorAll, removeEventListener, removeEventListener, setXmllang, setXmlspace, setZoomAndPan
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener
intAt, length
numberAt
public final JsWorkerLocation getLocation()
getLocation
in interface WorkerGlobalScope
public final JsWorkerNavigator getNavigator()
getNavigator
in interface WorkerGlobalScope
public final EventListener getOnerror()
getOnerror
in interface WorkerGlobalScope
public final void setOnerror(EventListener listener)
setOnerror
in interface WorkerGlobalScope
public final JsWorkerGlobalScope getSelf()
getSelf
in interface WorkerGlobalScope
public final JsIDBFactory getWebkitIndexedDB()
getWebkitIndexedDB
in interface WorkerGlobalScope
public final JsNotificationCenter getWebkitNotifications()
getWebkitNotifications
in interface WorkerGlobalScope
public final void clearInterval(int handle)
clearInterval
in interface WorkerGlobalScope
public final void clearTimeout(int handle)
clearTimeout
in interface WorkerGlobalScope
public final void close()
close
in interface WorkerGlobalScope
public final void importScripts()
importScripts
in interface WorkerGlobalScope
public final JsDatabase openDatabase(String name, String version, String displayName, int estimatedSize, DatabaseCallback creationCallback)
openDatabase
in interface WorkerGlobalScope
public final JsDatabase openDatabase(String name, String version, String displayName, int estimatedSize)
openDatabase
in interface WorkerGlobalScope
public final JsDatabaseSync openDatabaseSync(String name, String version, String displayName, int estimatedSize, DatabaseCallback creationCallback)
openDatabaseSync
in interface WorkerGlobalScope
public final JsDatabaseSync openDatabaseSync(String name, String version, String displayName, int estimatedSize)
openDatabaseSync
in interface WorkerGlobalScope
public final int setInterval(TimeoutHandler handler, int timeout)
setInterval
in interface WorkerGlobalScope
public final int setTimeout(TimeoutHandler handler, int timeout)
setTimeout
in interface WorkerGlobalScope
public final void webkitRequestFileSystem(int type, double size, FileSystemCallback successCallback, ErrorCallback errorCallback)
webkitRequestFileSystem
in interface WorkerGlobalScope
public final void webkitRequestFileSystem(int type, double size, FileSystemCallback successCallback)
webkitRequestFileSystem
in interface WorkerGlobalScope
public final void webkitRequestFileSystem(int type, double size)
webkitRequestFileSystem
in interface WorkerGlobalScope
public final JsDOMFileSystemSync webkitRequestFileSystemSync(int type, double size)
webkitRequestFileSystemSync
in interface WorkerGlobalScope
public final JsEntrySync webkitResolveLocalFileSystemSyncURL(String url)
webkitResolveLocalFileSystemSyncURL
in interface WorkerGlobalScope
public final void webkitResolveLocalFileSystemURL(String url, EntryCallback successCallback)
webkitResolveLocalFileSystemURL
in interface WorkerGlobalScope
public final void webkitResolveLocalFileSystemURL(String url)
webkitResolveLocalFileSystemURL
in interface WorkerGlobalScope
public final void webkitResolveLocalFileSystemURL(String url, EntryCallback successCallback, ErrorCallback errorCallback)
webkitResolveLocalFileSystemURL
in interface WorkerGlobalScope
Copyright © 2018. All rights reserved.