Home

Awesome

Build Status CircleCI

HTML 5 Desktop Notification

Support

Notes

var n = new Notification('title'); n instanceOf Notification; // false for Chrome/Safari/Opera/Edge/Firefox as created notification is instance of the browsers' native Notification object, but window.Notification is a polyfill class. </code>

Permissions

Notification API defines 3 permission levels for supported environments:

To support environments that do not implement Notification API, this code implements an additional permission level:

Usage: Use the Standard API for working with this notification library:

TODO