Skip to content

Commit

Permalink
Fix sidebar for Notifications guide
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed Sep 15, 2023
1 parent 5f0a9e8 commit a4d3aad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ page-type: guide
browser-compat: api.Notification
---

{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}
{{DefaultAPISidebar("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}

The [Notifications API](/en-US/docs/Web/API/Notifications_API) lets a web page or app send notifications that are displayed outside the page at the system level; this lets web apps send information to a user even if the application is idle or in the background. This article looks at the basics of using this API in your own apps.

Expand Down

0 comments on commit a4d3aad

Please sign in to comment.