UNPKG

web-push-notifications

Version:
10 lines (9 loc) 310 B
export default class PushwooshNotification { private _canceled; private readonly showNotificationOptions; private readonly body; private readonly title; constructor(showNotificationOptions: NotificationOptions, body: string, title: string); show(): Promise<void>; cancel(): void; }