WorkerDebuggerGlobalScope

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.
createSandbox
auto createSandbox(string name, JsObject prototype)
Undocumented in source. Be warned that the author may not have intended to support it.
dump
void dump(string string)
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.
enterEventLoop
void enterEventLoop()
Undocumented in source. Be warned that the author may not have intended to support it.
global
auto global()
Undocumented in source. Be warned that the author may not have intended to support it.
leaveEventLoop
void leaveEventLoop()
Undocumented in source. Be warned that the author may not have intended to support it.
loadSubScript
void loadSubScript(string url, JsObject sandbox)
Undocumented in source. Be warned that the author may not have intended to support it.
loadSubScript
void loadSubScript(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
onmessage
void onmessage(Optional!(T0) onmessage)
Undocumented in source. Be warned that the author may not have intended to support it.
onmessage
EventHandler onmessage()
Undocumented in source. Be warned that the author may not have intended to support it.
postMessage
void postMessage(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
reportError
void reportError(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
retrieveConsoleEvents
auto retrieveConsoleEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
setConsoleEventHandler
void setConsoleEventHandler(Optional!(T0) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
setImmediate
void setImmediate(Function handler)
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