From 9baa1dc0e1af20b28916f0cb2f4a7518ee086dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 22 Aug 2025 14:26:41 +0200 Subject: [PATCH] Describe the appinstalled event and rename beforeinstallprompt --- features/beforeinstallprompt.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/beforeinstallprompt.yml b/features/beforeinstallprompt.yml index a00de8c001a..d6564963023 100644 --- a/features/beforeinstallprompt.yml +++ b/features/beforeinstallprompt.yml @@ -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