Skip to content

Commit 0e3ef72

Browse files
authored
Use more precise spec link for service worker notifications feature (#3257)
1 parent ebbd6b0 commit 0e3ef72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/notifications-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Notifications from service workers and installed apps
55
# See `features/notifications.yml` for the full Notifications feature, which
66
# does not align with Caniuse.
77
description: Notifications via service worker registration's `showNotification()` method, sent from installed web applications (for example, saved to the Home Screen on Safari for iOS), show a message to the user, typically using the notification system of the host operating system.
8-
spec: https://notifications.spec.whatwg.org/
8+
spec: https://notifications.spec.whatwg.org/#service-worker-api
99
caniuse: notifications
1010
status:
1111
baseline: low

0 commit comments

Comments
 (0)