haXe API Documentation
Back |
Indexextern class js.html.WorkerContext
Available in js
- var indexedDB(default,null) : js.html.idb.Factory
- var location(default,null) : WorkerLocation
- var navigator(default,null) : WorkerNavigator
- var notifications(default,null) : NotificationCenter
- var onerror : EventListener
- var self(default,null) : WorkerContext
- function clearInterval(handle : Int) : Void
- function clearTimeout(handle : Int) : Void
- function close() : Void
- function importScripts() : Void
- function openDatabase(name : String, version : String, displayName : String, estimatedSize : Int, ?creationCallback : js.html.sql.DatabaseCallback) : js.html.sql.Database
- function openDatabaseSync(name : String, version : String, displayName : String, estimatedSize : Int, ?creationCallback : js.html.sql.DatabaseCallback) : js.html.sql.DatabaseSync
- function requestFileSystem(type : Int, size : Int, ?successCallback : js.html.fs.FileSystemCallback, ?errorCallback : js.html.fs.ErrorCallback) : Void
- function requestFileSystemSync(type : Int, size : Int) : js.html.fs.FileSystemSync
- function resolveLocalFileSystemSyncURL(url : String) : js.html.fs.EntrySync
- function resolveLocalFileSystemURL(url : String, successCallback : js.html.fs.EntryCallback, ?errorCallback : js.html.fs.ErrorCallback) : Void
- function setInterval(handler : Void -> Void, timeout : Int) : Int
- function setTimeout(handler : Void -> Void, timeout : Int) : Int
- static inline var PERSISTENT : Int
- static inline var TEMPORARY : Int
Back |
Index