From c032675ba4f24db9eba1c49d1a0f390fc869ebd8 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 6 Nov 2024 15:15:27 +0100 Subject: [PATCH] Meta: export notification's service worker registration 9a8242eba3cb369f5a0f102d4acb3c011493fb19 made this a responsible of the caller, but with Declarative Web Push the caller is in a different specification. --- notifications.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications.bs b/notifications.bs index 1bd7010..0d475a3 100644 --- a/notifications.bs +++ b/notifications.bs @@ -45,7 +45,7 @@ IDL, Service Workers, URL, and Vibration API Standards. representation of something that happened, such as the delivery of a message.

A notification has an associated -service worker registration (null +service worker registration (null or a service worker registration). It is initially null.

A notification has an associated title (a string).