InstallEvent: InstallEvent() constructor

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.

options Optional

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

See also