ServiceWorkerContainer

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

controller
auto controller()
Undocumented in source. Be warned that the author may not have intended to support it.
getRegistration
auto getRegistration(string documentURL)
Undocumented in source. Be warned that the author may not have intended to support it.
getRegistration
auto getRegistration()
Undocumented in source. Be warned that the author may not have intended to support it.
getRegistrations
auto getRegistrations()
Undocumented in source. Be warned that the author may not have intended to support it.
getScopeForUrl
string getScopeForUrl(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
oncontrollerchange
void oncontrollerchange(Optional!(T0) oncontrollerchange)
Undocumented in source. Be warned that the author may not have intended to support it.
oncontrollerchange
EventHandler oncontrollerchange()
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.
ready
auto ready()
Undocumented in source. Be warned that the author may not have intended to support it.
register
auto register(string scriptURL, RegistrationOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
register
auto register(string scriptURL)
Undocumented in source. Be warned that the author may not have intended to support it.
startMessages
void startMessages()
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