From 09335c4089ac99cf1b778ca0675d6ba55ea87520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 11 Apr 2025 12:32:11 +0200 Subject: [PATCH] Remove incorrect "not" in beforeinstallprompt comment It is supported in Chromium, but nowhere else. --- features/beforeinstallprompt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/beforeinstallprompt.yml b/features/beforeinstallprompt.yml index c3b3c9e1d8b..a00de8c001a 100644 --- a/features/beforeinstallprompt.yml +++ b/features/beforeinstallprompt.yml @@ -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