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

kenchris 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

represents whether? maybe if is fine... just sounds weird to me :) 

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

Received on Thursday, 20 April 2017 09:42:41 UTC