WorkerGlobalScope

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

atob
auto atob(string data)
Undocumented in source. Be warned that the author may not have intended to support it.
btoa
auto btoa(string data)
Undocumented in source. Be warned that the author may not have intended to support it.
caches
auto caches()
Undocumented in source. Be warned that the author may not have intended to support it.
clearInterval
void clearInterval(int handle)
Undocumented in source. Be warned that the author may not have intended to support it.
clearInterval
void clearInterval()
Undocumented in source. Be warned that the author may not have intended to support it.
clearTimeout
void clearTimeout(int handle)
Undocumented in source. Be warned that the author may not have intended to support it.
clearTimeout
void clearTimeout()
Undocumented in source. Be warned that the author may not have intended to support it.
createImageBitmap
auto createImageBitmap(ImageBitmapSource image, ImageBitmapOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
createImageBitmap
auto createImageBitmap(ImageBitmapSource image)
Undocumented in source. Be warned that the author may not have intended to support it.
createImageBitmap
auto createImageBitmap(ImageBitmapSource image, int sx, int sy, int sw, int sh, ImageBitmapOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
createImageBitmap
auto createImageBitmap(ImageBitmapSource image, int sx, int sy, int sw, int sh)
Undocumented in source. Be warned that the author may not have intended to support it.
fetch
auto fetch(RequestInfo input)
Undocumented in source. Be warned that the author may not have intended to support it.
fetch
auto fetch(RequestInfo input, RequestInit init)
Undocumented in source. Be warned that the author may not have intended to support it.
importScripts
void importScripts(string urls)
Undocumented in source. Be warned that the author may not have intended to support it.
indexedDB
auto indexedDB()
Undocumented in source. Be warned that the author may not have intended to support it.
location
auto location()
Undocumented in source. Be warned that the author may not have intended to support it.
navigator
auto navigator()
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
void onerror(Optional!(T0) onerror)
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
auto onerror()
Undocumented in source. Be warned that the author may not have intended to support it.
onlanguagechange
void onlanguagechange(EventHandler onlanguagechange)
Undocumented in source. Be warned that the author may not have intended to support it.
onlanguagechange
auto onlanguagechange()
Undocumented in source. Be warned that the author may not have intended to support it.
onoffline
void onoffline(EventHandler onoffline)
Undocumented in source. Be warned that the author may not have intended to support it.
onoffline
auto onoffline()
Undocumented in source. Be warned that the author may not have intended to support it.
ononline
void ononline(EventHandler ononline)
Undocumented in source. Be warned that the author may not have intended to support it.
ononline
auto ononline()
Undocumented in source. Be warned that the author may not have intended to support it.
onrejectionhandled
void onrejectionhandled(EventHandler onrejectionhandled)
Undocumented in source. Be warned that the author may not have intended to support it.
onrejectionhandled
auto onrejectionhandled()
Undocumented in source. Be warned that the author may not have intended to support it.
onunhandledrejection
void onunhandledrejection(EventHandler onunhandledrejection)
Undocumented in source. Be warned that the author may not have intended to support it.
onunhandledrejection
auto onunhandledrejection()
Undocumented in source. Be warned that the author may not have intended to support it.
origin
auto origin()
Undocumented in source. Be warned that the author may not have intended to support it.
queueMicrotask
void queueMicrotask(VoidFunction callback)
Undocumented in source. Be warned that the author may not have intended to support it.
self
auto self()
Undocumented in source. Be warned that the author may not have intended to support it.
setInterval
auto setInterval(TimerHandler handler, int timeout, T2 arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
setTimeout
auto setTimeout(TimerHandler handler, int timeout, T2 arguments)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
spasm.bindings.dom.EventTarget _parent;
Undocumented in source.

Meta