- ExtendableMessageEvent
auto ExtendableMessageEvent(string type, ExtendableMessageEventInit eventInitDict)
Undocumented in source. Be warned that the author may not have intended to support it.
- FetchEvent
auto FetchEvent(string type, FetchEventInit eventInitDict)
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.
- onstatechange
void onstatechange(Optional!(T0) onstatechange)
Undocumented in source. Be warned that the author may not have intended to support it.
- onstatechange
EventHandler onstatechange()
Undocumented in source. Be warned that the author may not have intended to support it.
- postMessage
void postMessage(T0 message, Sequence!(JsObject) transferable)
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.
- scriptURL
string scriptURL()
Undocumented in source. Be warned that the author may not have intended to support it.
- state
ServiceWorkerState state()
Undocumented in source. Be warned that the author may not have intended to support it.