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

kenchris commented on this pull request.



> +          </li>
+          <li>If <code>eventInit.userChoice</code> is valid, resolve
+          <a>[[\userChoice]]</a> with <code>eventInit.userChoice</code>.
+          </li>
+        </ol>
+        <section>
+          <h4>
+            <code>prompt()</code> method
+          </h4>
+          <p>
+            The <dfn>prompt</dfn> method, when called, runs the following
+            steps:
+          </p>
+          <ol>
+            <li>If the event's <code>isTrusted</code> attribute is
+            <code>false</code> throw a <a>NotAllowedError</a>, optionally with

, before throw

-- 
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-5430578

Received on Monday, 24 October 2016 11:39:13 UTC