notifications.TemplateType

This is a string, and represents the type of notification to create. There are four types of notification: "basic", "image", "list", "progress".

This is passed into notifications.create() and notifications.update() as the type property of NotificationOptions.

Type

Values of this type are strings. Possible values are:

Currently Firefox only supports "basic" here.

Browser compatibility

EdgeFirefoxChromeOpera
Basic support?45.01Yes332
Firefox
Basic support48.03

1. Firefox only supports the "basic" type.
2. Opera only supports the "basic" type.
3. Firefox only supports the "basic" type.

Acknowledgements

This API is based on Chromium's chrome.notifications API.

Document Tags and Contributors

 Contributors to this page: wbamberg
 Last updated by: wbamberg,