Variable PushManager
PushManager: {
prototype: PushManager;
supportedContentEncodings: readonly string[];
new (): PushManager;
}
prototype: PushManager;
supportedContentEncodings: readonly string[];
new (): PushManager;
}
Type declaration
- new (): PushManager
Returns PushManager
prototype: PushManager
Readonly
supportedContentEncodings: readonly string[]
MDN Reference