Re: [w3c/manifest] Add `navigator.install()` (PR #1175)

@marcoscaceres commented on this pull request.



> +              [=queue a global task=] on the [=user interaction task source=]
+              using |global| to:
+                <ol>
+                  <li>[=Reject=] [=this=].{{Navigator/[[installPromise]]}} with
+                  an {{"DataError"}} {{DOMException}}.
+                  </li>
+                  <li>Set [=this=].{{Navigator/[[installPromise]]}} to `null`.
+                  </li>
+                  <li>Terminate this algorithm.
+                  </li>
+                </ol>
+              </li>
+              <li>Present an installation UI for the |document|'s
+              [=Document/processed manifest=].
+                <aside class="note">
+                  If a user agent only allows one instance of the application

There's a lot of RFC2119 language here, which is not appropriate for a note. 

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

Message ID: <w3c/manifest/pull/1175/review/2948867324@github.com>

Received on Monday, 23 June 2025 06:51:43 UTC