Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions features/beforeinstallprompt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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.
# 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
compat_features:
- api.Window.beforeinstallprompt_event
- api.BeforeInstallPromptEvent
- api.BeforeInstallPromptEvent.BeforeInstallPromptEvent
- api.BeforeInstallPromptEvent.platforms
- api.BeforeInstallPromptEvent.prompt
- api.BeforeInstallPromptEvent.userChoice
- api.Window.appinstalled_event
41 changes: 41 additions & 0 deletions features/beforeinstallprompt.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Generated from: beforeinstallprompt.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "76"
chrome_android: "76"
edge: "79"
compat_features:
# baseline: false
# support:
# chrome: "44"
# chrome_android: "44"
# edge: "79"
- api.BeforeInstallPromptEvent
- api.BeforeInstallPromptEvent.BeforeInstallPromptEvent
- api.BeforeInstallPromptEvent.platforms
- api.BeforeInstallPromptEvent.userChoice

# baseline: false
# support:
# chrome: "61"
# chrome_android: "61"
# edge: "79"
- api.Window.beforeinstallprompt_event

# baseline: false
# support:
# chrome: "64"
# chrome_android: "57"
# edge: "79"
- api.Window.appinstalled_event

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "76"
# chrome_android: "76"
# edge: "79"
- api.BeforeInstallPromptEvent.prompt
7 changes: 0 additions & 7 deletions features/draft/spec/manifest-incubations.yml

This file was deleted.

23 changes: 0 additions & 23 deletions features/draft/spec/manifest-incubations.yml.dist

This file was deleted.