WorkerGlobalScope

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

atob
string atob(string atob)
Undocumented in source. Be warned that the author may not have intended to support it.
btoa
string btoa(string btoa)
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 aImage)
Undocumented in source. Be warned that the author may not have intended to support it.
createImageBitmap
auto createImageBitmap(ImageBitmapSource aImage, int aSx, int aSy, int aSw, int aSh)
Undocumented in source. Be warned that the author may not have intended to support it.
crypto
auto crypto()
Undocumented in source. Be warned that the author may not have intended to support it.
dump
void dump(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
dump
void dump()
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.
fetch
auto fetch(RequestInfo input)
Undocumented in source. Be warned that the author may not have intended to support it.
getJSTestingFunctions
auto getJSTestingFunctions()
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.
isSecureContext
bool isSecureContext()
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
OnErrorEventHandler onerror()
Undocumented in source. Be warned that the author may not have intended to support it.
onoffline
void onoffline(Optional!(T0) onoffline)
Undocumented in source. Be warned that the author may not have intended to support it.
onoffline
EventHandler onoffline()
Undocumented in source. Be warned that the author may not have intended to support it.
ononline
void ononline(Optional!(T0) ononline)
Undocumented in source. Be warned that the author may not have intended to support it.
ononline
EventHandler ononline()
Undocumented in source. Be warned that the author may not have intended to support it.
origin
string origin()
Undocumented in source. Be warned that the author may not have intended to support it.
performance
auto performance()
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
int setInterval(Function handler, int timeout, T2 arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
setInterval
int setInterval(string handler, int timeout, T2 unused)
Undocumented in source. Be warned that the author may not have intended to support it.
setTimeout
int setTimeout(Function handler, int timeout, T2 arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
setTimeout
int setTimeout(string handler, int timeout, T2 unused)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
libwasm.bindings.EventTarget.EventTarget _parent;
Undocumented in source.

Meta