Skip to content

Commit c032675

Browse files
committed
Meta: export notification's service worker registration
9a8242e made this a responsible of the caller, but with Declarative Web Push the caller is in a different specification.
1 parent 7b0aee1 commit c032675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifications.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ IDL, Service Workers, URL, and Vibration API Standards.
4545
representation of something that happened, such as the delivery of a message.
4646

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

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

0 commit comments

Comments
 (0)