DedicatedWorkerGlobalScope

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

cancelAnimationFrame
void cancelAnimationFrame(uint handle)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
name
auto name()
Undocumented in source. Be warned that the author may not have intended to support it.
onmessage
void onmessage(EventHandler onmessage)
Undocumented in source. Be warned that the author may not have intended to support it.
onmessage
auto onmessage()
Undocumented in source. Be warned that the author may not have intended to support it.
onmessageerror
auto onmessageerror()
Undocumented in source. Be warned that the author may not have intended to support it.
onmessageerror
void onmessageerror(EventHandler onmessageerror)
Undocumented in source. Be warned that the author may not have intended to support it.
postMessage
void postMessage(T0 message, Sequence!(JsObject) transfer)
Undocumented in source. Be warned that the author may not have intended to support it.
postMessage
void postMessage(T0 message, PostMessageOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
postMessage
void postMessage(T0 message)
Undocumented in source. Be warned that the author may not have intended to support it.
requestAnimationFrame
auto requestAnimationFrame(FrameRequestCallback callback)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
spasm.bindings.html.WorkerGlobalScope _parent;
Undocumented in source.

Meta