Skip to content

Commit

Permalink
Assign more notifications-related keys (#2637)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck authored Feb 12, 2025
1 parent 5ece196 commit 360a7f4
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 134 deletions.
51 changes: 0 additions & 51 deletions features/draft/spec/notifications.yml

This file was deleted.

83 changes: 0 additions & 83 deletions features/draft/spec/notifications.yml.dist

This file was deleted.

10 changes: 10 additions & 0 deletions features/notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ status:
compat_features:
- api.Notification
- api.Notification.Notification
- api.Notification.worker_support
- api.Notification.secure_context_required
- api.Notification.actions
- api.Notification.badge
- api.Notification.body
Expand All @@ -27,6 +29,7 @@ compat_features:
- api.Notification.permission_static
- api.Notification.renotify
- api.Notification.requestPermission_static
- api.Notification.requestPermission_static.returns_promise
- api.Notification.requireInteraction
- api.Notification.show_event
- api.Notification.silent
Expand All @@ -43,3 +46,10 @@ compat_features:
- api.ServiceWorkerGlobalScope.notificationclose_event
- api.ServiceWorkerRegistration.getNotifications
- api.ServiceWorkerRegistration.showNotification
- api.ServiceWorkerRegistration.showNotification.options_actions_parameter
- api.ServiceWorkerRegistration.showNotification.options_badge_parameter
- api.ServiceWorkerRegistration.showNotification.options_data_parameter
- api.ServiceWorkerRegistration.showNotification.options_image_parameter
- api.ServiceWorkerRegistration.showNotification.options_renotify_parameter
- api.ServiceWorkerRegistration.showNotification.options_requireInteraction_parameter
- api.ServiceWorkerRegistration.showNotification.options_vibrate_parameter
75 changes: 75 additions & 0 deletions features/notifications.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,15 @@ compat_features:
# safari: "16"
- api.Notification.data

# baseline: false
# support:
# chrome: "47"
# edge: "79"
# firefox: "46"
# firefox_android: "46"
# safari: "15"
- api.Notification.requestPermission_static.returns_promise

# baseline: false
# support:
# chrome: "48"
Expand All @@ -158,6 +167,15 @@ compat_features:
# firefox_android: "44"
- api.NotificationEvent.action

# baseline: false
# support:
# chrome: "53"
# chrome_android: "53"
# edge: ≤79
# safari: "17"
# safari_ios: "16.4"
- api.ServiceWorkerRegistration.showNotification.options_badge_parameter

# baseline: false
# support:
# chrome: "20"
Expand All @@ -174,13 +192,70 @@ compat_features:
# firefox_android: "26"
- api.Notification.icon

# baseline: false
# support:
# chrome: "42"
# edge: "15"
# firefox: "41"
# firefox_android: "41"
- api.Notification.worker_support

# baseline: false
# support:
# chrome: "62"
# edge: "79"
# firefox: "67"
# firefox_android: "67"
- api.Notification.secure_context_required

# baseline: false
# support:
# chrome: "44"
# chrome_android: "44"
# edge: ≤79
- api.ServiceWorkerRegistration.showNotification.options_data_parameter

# baseline: false
# support:
# chrome: "47"
# chrome_android: "47"
# edge: ≤79
- api.ServiceWorkerRegistration.showNotification.options_requireInteraction_parameter

# baseline: false
# support:
# chrome: "48"
# chrome_android: "48"
# edge: "18"
- api.ServiceWorkerRegistration.showNotification.options_actions_parameter

# baseline: false
# support:
# chrome: "50"
# chrome_android: "50"
# edge: ≤79
- api.ServiceWorkerRegistration.showNotification.options_renotify_parameter

# baseline: false
# support:
# chrome: "53"
# edge: "18"
# safari: "17"
- api.Notification.badge

# baseline: false
# support:
# chrome: "56"
# chrome_android: "56"
# edge: ≤79
- api.ServiceWorkerRegistration.showNotification.options_image_parameter

# baseline: false
# support:
# chrome: "45"
# edge: ≤79
- api.ServiceWorkerRegistration.showNotification.options_vibrate_parameter

# baseline: false
# support:
# chrome: "47"
Expand Down

0 comments on commit 360a7f4

Please sign in to comment.