This Notifications API interface is used to configure and display desktop notifications to the user.

Hierarchy

  • EventTarget
    • Notification

Properties

body: string
data: any
icon: string
lang: string
onclick: null | ((this: <internal>.Notification, ev: Event) => any)
onclose: null | ((this: <internal>.Notification, ev: Event) => any)
onerror: null | ((this: <internal>.Notification, ev: Event) => any)
onshow: null | ((this: <internal>.Notification, ev: Event) => any)
tag: string
title: string

Methods

  • Returns void

  • Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.

    Parameters

    • event: Event

    Returns boolean

Generated using TypeDoc