- 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 channel)
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.
- CustomEvent
auto CustomEvent(string type, CustomEventInit eventInitDict)
Undocumented in source. Be warned that the author may not have intended to support it.
- DOMError
auto DOMError(string name, string message)
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.
- 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.
- 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.
- PerformanceObserver
auto PerformanceObserver(PerformanceObserverCallback callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- ProgressEvent
auto ProgressEvent(string type, ProgressEventInit eventInitDict)
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.
- 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.
- StructuredCloneTester
auto StructuredCloneTester(bool serializable, bool deserializable)
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.
- TextEncoder
auto TextEncoder()
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.
- WebGLContextEvent
auto WebGLContextEvent(string type, WebGLContextEventInit eventInit)
Undocumented in source. Be warned that the author may not have intended to support it.
- WebSocket
auto WebSocket(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
- WebSocket
auto WebSocket(string url, string protocols)
Undocumented in source. Be warned that the author may not have intended to support it.
- WebSocket
auto WebSocket(string url, Sequence!(string) protocols)
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
EventHandler onerror()
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.
- onmessageerror
void onmessageerror(Optional!(T0) onmessageerror)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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 aOptions)
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.