|
| 1 | +draft_date: 2025-09-17 |
| 2 | +name: Notifications API |
| 3 | +description: TODO |
| 4 | +spec: https://notifications.spec.whatwg.org/ |
| 5 | +compat_features: |
| 6 | + - api.Notification.navigate |
| 7 | + |
| 8 | +# The following features in the spec are already part of web-features: |
| 9 | +# - Notifications: |
| 10 | +# - api.Notification |
| 11 | +# - api.Notification.Notification |
| 12 | +# - api.Notification.actions |
| 13 | +# - api.Notification.badge |
| 14 | +# - api.Notification.body |
| 15 | +# - api.Notification.click_event |
| 16 | +# - api.Notification.close |
| 17 | +# - api.Notification.close_event |
| 18 | +# - api.Notification.data |
| 19 | +# - api.Notification.dir |
| 20 | +# - api.Notification.error_event |
| 21 | +# - api.Notification.icon |
| 22 | +# - api.Notification.image |
| 23 | +# - api.Notification.lang |
| 24 | +# - api.Notification.maxActions_static |
| 25 | +# - api.Notification.permission_static |
| 26 | +# - api.Notification.renotify |
| 27 | +# - api.Notification.requestPermission_static |
| 28 | +# - api.Notification.requestPermission_static.returns_promise |
| 29 | +# - api.Notification.requireInteraction |
| 30 | +# - api.Notification.secure_context_required |
| 31 | +# - api.Notification.show_event |
| 32 | +# - api.Notification.silent |
| 33 | +# - api.Notification.tag |
| 34 | +# - api.Notification.timestamp |
| 35 | +# - api.Notification.title |
| 36 | +# - api.Notification.vibrate |
| 37 | +# - api.Notification.worker_support |
| 38 | +# - api.NotificationEvent |
| 39 | +# - api.NotificationEvent.NotificationEvent |
| 40 | +# - api.NotificationEvent.action |
| 41 | +# - api.NotificationEvent.notification |
| 42 | +# - api.ServiceWorkerGlobalScope.notificationclick_event |
| 43 | +# - api.ServiceWorkerGlobalScope.notificationclose_event |
| 44 | +# - api.ServiceWorkerRegistration.getNotifications |
| 45 | +# - api.ServiceWorkerRegistration.showNotification |
| 46 | +# - api.ServiceWorkerRegistration.showNotification.options_actions_parameter |
| 47 | +# - api.ServiceWorkerRegistration.showNotification.options_badge_parameter |
| 48 | +# - api.ServiceWorkerRegistration.showNotification.options_data_parameter |
| 49 | +# - api.ServiceWorkerRegistration.showNotification.options_image_parameter |
| 50 | +# - api.ServiceWorkerRegistration.showNotification.options_renotify_parameter |
| 51 | +# - api.ServiceWorkerRegistration.showNotification.options_requireInteraction_parameter |
| 52 | +# - api.ServiceWorkerRegistration.showNotification.options_vibrate_parameter |
0 commit comments