- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 13 Oct 2016 23:01:49 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Message-ID: <w3c/manifest/pull/506/review/4211418@github.com>
marcoscaceres commented on this pull request. > + <li>If a <a>manually</a> instantiated <a>installation process</a> for + this web application, terminate this algorithm. + </li> + <li>Let <var>event</var> be a newly constructed + <a>BeforeInstallPromptEvent</a> event named "beforeinstallprompt", + which does not bubble and is cancellable. + </li> + <li>Let <var>prompt promise</var> be the promise corresponding to the + event's prompt() method. + </li> + <li>Let <var>user-choice promise</var> be the promise corresponding + to the event's <code>prompt()</code> method. + </li> + <li>Fire <var>event</var> at the <code>Window</code> object. + </li> + <li>Queue a task on the Realm’s settings object’s responsible event Realm is basically the global object: https://tc39.github.io/ecma262/#sec-code-realms -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/506
Received on Friday, 14 October 2016 06:02:17 UTC