Skip to content

Commit 5491a0e

Browse files
committed
Update index.html
1 parent 16cfb13 commit 5491a0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
};
5757
</script>
5858
</head>
59-
<body data-cite="service-workers FILEAPI secure-contexts hr-time permissions ECMASCRIPT">
59+
<body data-cite="service-workers FILEAPI secure-contexts hr-time permissions ECMASCRIPT NOTIFICATIONS">
6060
<section id="abstract">
6161
<p>
6262
The <cite>Push API</cite> enables sending of a <a>push message</a> to a web application via
@@ -1403,7 +1403,7 @@ <h2>
14031403
<h2>
14041404
<dfn>PushEvent</dfn> Interface
14051405
</h2>
1406-
<pre class="idl" data-cite="service-workers">
1406+
<pre class="idl" data-cite="service-workers NOTIFICATIONS">
14071407
[Exposed=ServiceWorker, SecureContext]
14081408
interface PushEvent : ExtendableEvent {
14091409
constructor(DOMString type, optional PushEventInit eventInitDict = {});

0 commit comments

Comments
 (0)