Skip to content
Merged
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
2 changes: 1 addition & 1 deletion features/beforeinstallprompt.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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.
# The only engine where beforeinstallprompt is not supported is Chromium, and its implementation differs from the spec.
# 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/
group: progressive-web-app
Expand Down