Typescript Library Declarations (Web Worker)
Variable PushEvent
PushEvent
:
{
prototype
:
PushEvent
;
new
(
type
:
string
,
eventInitDict
?:
PushEventInit
)
:
PushEvent
;
}
Type declaration
new
(
type
:
string
,
eventInitDict
?:
PushEventInit
)
:
PushEvent
Parameters
type
:
string
Optional
eventInitDict
:
PushEventInit
Returns
PushEvent
prototype
:
PushEvent
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Typescript Library Declarations (Web Worker)