Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions features/beforeinstallprompt.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: beforeinstallprompt
description: The `beforeinstallprompt` event fires when a Progressive Web App (PWA) is installable, usually on page load in browsers that support installing PWAs. You can use this event to prevent the install prompt from appearing until after the user interacts with an element on the page.
name: Installation events
description: The `beforeinstallprompt` event fires when a Progressive Web App (PWA) is installable, usually on page load in browsers that support installing PWAs. You can use this event to prevent the install prompt from appearing until after the user interacts with an element on the page. The `appinstalled` event fires when the PWA is successfully installed.
# The only engine where beforeinstallprompt is supported is Chromium, and its implementation differs from the spec.
# BCD/MDN don't link to the spec because of this, and instead document what's in Chromium.
spec: https://wicg.github.io/manifest-incubations/
spec: https://wicg.github.io/manifest-incubations/#installation-events
group: progressive-web-app
compat_features:
- api.Window.beforeinstallprompt_event
Expand Down
Loading