Re: [w3c/manifest] Feat(events): add BeforeInstallPromptEvent (#520)

mgiuca commented on this pull request.



> +        <p>
+          The <dfn>PromptResponseObject</dfn> contains the result of calling <a
+          for="BeforeInstallPromptEvent"><code>prompt()</code></a>. It contains
+          one member, <dfn for="PromptResponseObject">userChoice</dfn>, which
+          states the user's chosen outcome.
+        </p>
+        <p>
+          An instance of a <a>BeforeInstallPromptEvent</a> has the following
+          internal slots:
+        </p>
+        <dl>
+          <dt>
+            <dfn>[[\didPrompt]]</dfn>
+          </dt>
+          <dd>
+            A boolean, initially <code>false</code>. Represents if this event

Done.

-- 
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/520#discussion_r112618373

Received on Friday, 21 April 2017 06:46:32 UTC