Skip to content

Commit e3f20c9

Browse files
authored
Remove incorrect "not" in beforeinstallprompt comment (#2868)
It is supported in Chromium, but nowhere else.
1 parent a0bc5e6 commit e3f20c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/beforeinstallprompt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: beforeinstallprompt
22
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.
44
# BCD/MDN don't link to the spec because of this, and instead document what's in Chromium.
55
spec: https://wicg.github.io/manifest-incubations/
66
group: progressive-web-app

0 commit comments

Comments
 (0)