- From: Marcos Cáceres <notifications@github.com>
- Date: Sun, 22 Jun 2025 23:45:18 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 23 June 2025 06:45:22 UTC
@marcoscaceres commented on this pull request. > + <dl> + <dt> + {{Promise}}? <dfn>[[\installPromise]]</dfn> + </dt> + <dd> + The [=this=].{{Navigator/[[installPromise]]}} is a promise that + represents a user's current intent to install an application. It is + initialized to `null`. + </dd> + </dl> + <h3> + <dfn>install()</dfn> method + </h3> + <p> + When the {{Navigator/install()}} method is called, run the following + steps to [=install=] the website. ```suggestion steps: ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/1175#pullrequestreview-2948849710 You are receiving this because you are subscribed to this thread. Message ID: <w3c/manifest/pull/1175/review/2948849710@github.com>
Received on Monday, 23 June 2025 06:45:22 UTC