- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Thu, 20 Apr 2017 02:41:07 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 April 2017 09:41:41 UTC
kenchris commented on this pull request. > + AppBannerPromptOutcome userChoice; + }; + </pre> + <p> + The <dfn>BeforeInstallPromptEvent</dfn> is dispatched prior to + activating an <a>automated install prompt</a>, allowing a developer + to prevent the default action for an install prompt. + </p> + <div class="note"> + The default action of the <a>BeforeInstallPromptEvent</a> is to + <a data-lt="presents an install prompt">present an automated install + prompt</a> to the end-user. Canceling the default action (via + <a + data-cite="DOM#dom-event-preventdefault"><code>preventDefault</code></a>) + prevents the user agent from <a data-lt="presents an install + prompt">presenting an automated install prompt</a> until a later time *at* a later time -- 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-33721860
Received on Thursday, 20 April 2017 09:41:41 UTC