1. Web Notifications

    Method of alerting the user outside of a web page by displaying notifications (that do not require interaction by the user).

  2. Push API

    API to allow messages to be pushed from a server to a browser, even when the site isn't focused or even open in the browser.

  3. bluetoothremotegattcharacteristic api: startnotifications

  4. bluetoothremotegattcharacteristic api: stopnotifications

  5. mediasession api

  6. notification api

  7. notificationevent api

  8. notificationevent api: action

  9. notificationevent api: notification

  10. notificationevent api: `notificationevent()` constructor

  11. notification api: actions

  12. notification api: badge

  13. notification api: body

  14. notification api: `click` event

  15. notification api: close

  16. notification api: `close` event

  17. notification api: data

  18. notification api: dir

  19. notification api: `error` event

  20. notification api: icon

  21. notification api: image

  22. notification api: lang

  23. notification api: `maxactions` static property

  24. notification api: `notification()` constructor

  25. notification api: `permission` static property

  26. notification api: renotify

  27. notification api: `requestpermission()` static method

  28. notification api: requireinteraction

  29. notification api: secure context required

  30. notification api: `show` event

  31. notification api: silent

  32. notification api: tag

  33. notification api: timestamp

  34. notification api: title

  35. notification api: vibrate

  36. notification api: available in workers

  37. permissions api: `notifications` permission

  38. serviceworkerglobalscope api: `notificationclick` event

  39. serviceworkerglobalscope api: `notificationclose` event

  40. serviceworkerregistration api: getnotifications

  41. serviceworkerregistration api: shownotification

  42. serviceworkerregistration api: shownotification: `options.actions` parameter

  43. serviceworkerregistration api: shownotification: `options.badge` parameter

  44. serviceworkerregistration api: shownotification: `options.data` parameter

  45. serviceworkerregistration api: shownotification: `options.image` parameter

  46. serviceworkerregistration api: shownotification: `options.renotify` parameter

  47. serviceworkerregistration api: shownotification: `options.requireinteraction` parameter

  48. serviceworkerregistration api: shownotification: `options.vibrate` parameter