Properties
The maxActions read-only static property of the Notification interface returns the maximum number of actions supported by the device and the User Agent. Effectively, this is the maximum number of elements in Notification.actions array which will be respected by the User Agent.
The permission read-only static property of the Notification interface indicates the current permission granted by the user for the current origin to display web notifications.
Functions
The requestPermission() static method of the Notification interface requests permission from the user for the current origin to display notifications.
The requestPermission() static method of the Notification interface requests permission from the user for the current origin to display notifications.