Re: [w3c/manifest] Bring back `beforeinstallprompt` (PR #1206)

@marcoscaceres commented on this pull request.



> +        </h3>
+        <p>
+          The <dfn>steps to install the web application</dfn> are given by the
+          following algorithm:
+        </p>
+        <ol>
+          <li>Let <var>manifest</var> be the manifest value created during <a>
+            steps to determine installability of the document</a>.
+          </li>
+          <li>Perform an unspecified sequence of actions to attempt to register
+          the web application in the user's operating system (e.g., create
+          shortcuts that launch the web application, register the application
+          in the system uninstall menu, etc.). If the installation fails (which
+          can be for any reason, for example, the OS denying permission to the
+          user agent to add an icon to the home screen of the device), abort
+          these steps.

The installation process with or without BIP should be integrated. Then if installation fails, it aborts the BIP's promise. 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/1206#pullrequestreview-3806543677
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/pull/1206/review/3806543677@github.com>

Received on Monday, 16 February 2026 04:27:52 UTC