Worker

Undocumented in source.
@safe nothrow
struct Worker {}

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

AbortController
auto AbortController()
Undocumented in source. Be warned that the author may not have intended to support it.
Blob
auto Blob(Sequence!(BlobPart) blobParts, BlobPropertyBag options)
Undocumented in source. Be warned that the author may not have intended to support it.
BroadcastChannel
auto BroadcastChannel(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
ByteLengthQueuingStrategy
auto ByteLengthQueuingStrategy(T0 options)
Undocumented in source. Be warned that the author may not have intended to support it.
CloseEvent
auto CloseEvent(string type, CloseEventInit eventInitDict)
Undocumented in source. Be warned that the author may not have intended to support it.
CountQueuingStrategy
auto CountQueuingStrategy(T0 options)
Undocumented in source. Be warned that the author may not have intended to support it.
CustomEvent
auto CustomEvent(string type, CustomEventInit eventInitDict)
Undocumented in source. Be warned that the author may not have intended to support it.
DOMException
auto DOMException(string message, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
DOMMatrix
auto DOMMatrix(SumType!(string, Sequence!(double)) init)
Undocumented in source. Be warned that the author may not have intended to support it.
DOMMatrixReadOnly
auto DOMMatrixReadOnly(SumType!(string, Sequence!(double)) init)
Undocumented in source. Be warned that the author may not have intended to support it.
DOMPoint
auto DOMPoint(double x, double y, double z, double w)
Undocumented in source. Be warned that the author may not have intended to support it.
DOMPointReadOnly
auto DOMPointReadOnly(double x, double y, double z, double w)
Undocumented in source. Be warned that the author may not have intended to support it.
DOMQuad
auto DOMQuad(DOMPointInit p1, DOMPointInit p2, DOMPointInit p3, DOMPointInit p4)
Undocumented in source. Be warned that the author may not have intended to support it.
DOMRect
auto DOMRect(double x, double y, double width, double height)
Undocumented in source. Be warned that the author may not have intended to support it.
DOMRectReadOnly
auto DOMRectReadOnly(double x, double y, double width, double height)
Undocumented in source. Be warned that the author may not have intended to support it.
ErrorEvent
auto ErrorEvent(string type, ErrorEventInit eventInitDict)
Undocumented in source. Be warned that the author may not have intended to support it.
Event
auto Event(string type, EventInit eventInitDict)
Undocumented in source. Be warned that the author may not have intended to support it.
EventSource
auto EventSource(string url, EventSourceInit eventSourceInitDict)
Undocumented in source. Be warned that the author may not have intended to support it.
EventTarget
auto EventTarget()
Undocumented in source. Be warned that the author may not have intended to support it.
File
auto File(Sequence!(BlobPart) fileBits, string fileName, FilePropertyBag options)
Undocumented in source. Be warned that the author may not have intended to support it.
FileReader
auto FileReader()
Undocumented in source. Be warned that the author may not have intended to support it.
FormData
auto FormData(HTMLFormElement form)
Undocumented in source. Be warned that the author may not have intended to support it.
Headers
auto Headers(HeadersInit init)
Undocumented in source. Be warned that the author may not have intended to support it.
IDBVersionChangeEvent
auto IDBVersionChangeEvent(string type, IDBVersionChangeEventInit eventInitDict)
Undocumented in source. Be warned that the author may not have intended to support it.
ImageData
auto ImageData(uint sw, uint sh)
Undocumented in source. Be warned that the author may not have intended to support it.
ImageData
auto ImageData(Uint8ClampedArray data, uint sw, uint sh)
Undocumented in source. Be warned that the author may not have intended to support it.
MessageChannel
auto MessageChannel()
Undocumented in source. Be warned that the author may not have intended to support it.
MessageEvent
auto MessageEvent(string type, MessageEventInit eventInitDict)
Undocumented in source. Be warned that the author may not have intended to support it.
Notification
auto Notification(string title, NotificationOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
OffscreenCanvas
auto OffscreenCanvas(uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
Path2D
auto Path2D(SumType!(.Path2D, string) path)
Undocumented in source. Be warned that the author may not have intended to support it.
PromiseRejectionEvent
auto PromiseRejectionEvent(string type, PromiseRejectionEventInit eventInitDict)
Undocumented in source. Be warned that the author may not have intended to support it.
ReadableStream
auto ReadableStream(UnderlyingSource underlyingSource, QueuingStrategy strategy)
Undocumented in source. Be warned that the author may not have intended to support it.
ReadableStream
auto ReadableStream(UnderlyingByteSource underlyingSource, QueuingStrategy strategy)
Undocumented in source. Be warned that the author may not have intended to support it.
ReadableStreamBYOBReader
auto ReadableStreamBYOBReader(.ReadableStream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
ReadableStreamDefaultReader
auto ReadableStreamDefaultReader(.ReadableStream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
Request
auto Request(RequestInfo input, RequestInit init)
Undocumented in source. Be warned that the author may not have intended to support it.
Response
auto Response(Optional!(T0) body_, ResponseInit init)
Undocumented in source. Be warned that the author may not have intended to support it.
SharedWorker
auto SharedWorker(string scriptURL, SumType!(string, WorkerOptions) options)
Undocumented in source. Be warned that the author may not have intended to support it.
TextDecoder
auto TextDecoder(string label, TextDecoderOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
TextDecoderStream
auto TextDecoderStream(string label, TextDecoderOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
TextEncoder
auto TextEncoder()
Undocumented in source. Be warned that the author may not have intended to support it.
TextEncoderStream
auto TextEncoderStream()
Undocumented in source. Be warned that the author may not have intended to support it.
TransformStream
auto TransformStream(Transformer transformer, QueuingStrategy writableStrategy, QueuingStrategy readableStrategy)
Undocumented in source. Be warned that the author may not have intended to support it.
URL
auto URL(string url, string base)
Undocumented in source. Be warned that the author may not have intended to support it.
URLSearchParams
auto URLSearchParams(SumType!(Sequence!(Sequence!(string)), Record!(string, string), string) init)
Undocumented in source. Be warned that the author may not have intended to support it.
WebSocket
auto WebSocket(string url, SumType!(string, Sequence!(string)) protocols)
Undocumented in source. Be warned that the author may not have intended to support it.
Worker
auto Worker(string scriptURL, WorkerOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
WritableStream
auto WritableStream(UnderlyingSink underlyingSink, QueuingStrategy strategy)
Undocumented in source. Be warned that the author may not have intended to support it.
WritableStreamDefaultWriter
auto WritableStreamDefaultWriter(.ReadableStream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
void onerror(EventHandler 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.
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
void onmessageerror(EventHandler onmessageerror)
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.
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.
terminate
void terminate()
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