InstallEvent: InstallEvent() constructor
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Want more browser support for this feature? Tell us why.
The InstallEvent() constructor creates a new InstallEvent object.
Syntax
js
new InstallEvent(type, options)
Parameters
type-
A string with the name of the event. It is case-sensitive and browsers always set it to
install. optionsOptional-
An object that, in addition of the properties defined in
Event(), can contain any custom settings that you want to apply to the event object. Currently no possible options are mandatory, but this has been defined for forward compatibility.
Return value
A new InstallEvent object.
Specifications
| Specification |
|---|
| Service Workers Nightly> # dom-installevent-installevent> |