Skip to content

Commit

Permalink
Meta: export notification's service worker registration
Browse files Browse the repository at this point in the history
9a8242e made this a responsible of the caller, but with Declarative Web Push the caller is in a different specification.
  • Loading branch information
annevk committed Nov 6, 2024
1 parent 7b0aee1 commit c032675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifications.bs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ IDL, Service Workers, URL, and Vibration API Standards.
representation of something that happened, such as the delivery of a message.

<p>A <a for=/>notification</a> has an associated
<dfn for=notification id=service-worker-registration>service worker registration</dfn> (null
<dfn export for=notification id=service-worker-registration>service worker registration</dfn> (null
or a <a for=/>service worker registration</a>). It is initially null.

<p>A <a for=/>notification</a> has an associated <dfn for=notification id=concept-title>title</dfn> (a string).
Expand Down

0 comments on commit c032675

Please sign in to comment.