You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/beforeinstallprompt.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: beforeinstallprompt
2
2
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.
3
-
# The only engine where beforeinstallprompt is not supported is Chromium, and its implementation differs from the spec.
3
+
# The only engine where beforeinstallprompt is supported is Chromium, and its implementation differs from the spec.
4
4
# BCD/MDN don't link to the spec because of this, and instead document what's in Chromium.
0 commit comments