Re: [w3c/manifest] WIP: beforeinstallprompt (#506)

kenchris commented on this pull request.



> +        of the web application.
+      </p>
+      <p>
+        In either case, when a user agent <dfn data-lt=
+        "present an install prompt">presents an install prompt</dfn>, the
+        end-user's choice is represented as on of the following values (either
+        "accepted" or "dismissed"). These values are represented in the API of
+        this specification via <a>AppBannerPromptOutcome</a> enum.
+      </p>
+      <dl data-dfn-for="AppBannerPromptOutcome">
+        <dt>
+          <dfn>accepted</dfn>:
+        </dt>
+        <dd>
+          The end-user indicated that the user agent MUST attempt to
+          <a>install</a> the web application.

and what if it fails?

-- 
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#pullrequestreview-5430100

Received on Monday, 24 October 2016 11:35:20 UTC