- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 13 Oct 2016 23:18:08 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Message-ID: <w3c/manifest/pull/506/review/4212612@github.com>
marcoscaceres commented on this pull request. > + <li>If <var>event</var>'s <a>cancel flag</a> is set, terminate + this algorithm. + </li> + <li>Otherwise, attempt to present the end-user with a UI that + lets them choose if they would like to install the web + application. + </li> + <li>If the previous step succeeds, resolve <var>prompt + promise</var>. Otherwise, reject <var>prompt promise</var> with + an ""AbortError", or "OperationError", or "NotAllowedError", or + "UnknownError" (depending on why the operation failed). + </li> + <li>In parallel, await the end-user's decision. + </li> + <li>Let <var>user choice</var> be the result of the previous + step, represented by either the string "accepted" or "dismissed". I'll fix all markup related issues after we are happy with the overall text. -- 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:18:37 UTC