Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Nov 6, 2024
1 parent 16cfb13 commit 5491a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
};
</script>
</head>
<body data-cite="service-workers FILEAPI secure-contexts hr-time permissions ECMASCRIPT">
<body data-cite="service-workers FILEAPI secure-contexts hr-time permissions ECMASCRIPT NOTIFICATIONS">
<section id="abstract">
<p>
The <cite>Push API</cite> enables sending of a <a>push message</a> to a web application via
Expand Down Expand Up @@ -1403,7 +1403,7 @@ <h2>
<h2>
<dfn>PushEvent</dfn> Interface
</h2>
<pre class="idl" data-cite="service-workers">
<pre class="idl" data-cite="service-workers NOTIFICATIONS">
[Exposed=ServiceWorker, SecureContext]
interface PushEvent : ExtendableEvent {
constructor(DOMString type, optional PushEventInit eventInitDict = {});
Expand Down

0 comments on commit 5491a0e

Please sign in to comment.