- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 13 Oct 2016 23:04:46 -0700
- To: w3c/manifest <manifest@noreply.github.com>
Received on Friday, 14 October 2016 06:05:16 UTC
marcoscaceres commented on this pull request.
> @@ -410,6 +463,94 @@ <h3 id="installation-sec">
</h2>
<section>
<h3>
+ <code>BeforeInstallPromptEvent</code>
+ </h3>
+ <pre class="idl">
+enum AppBannerPromptOutcome {
+ "accepted",
+ "dismissed"
+};
+
+[Constructor(DOMString typeArg, optional BeforeInstallPromptEventInit eventInit)]
+interface BeforeInstallPromptEvent : Event {
+ readonly attribute Promise<AppBannerPromptOutcome> userChoice;
Right now, yes. Still need to clarify what that is for? Let's discuss that in the bug.
--
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
Received on Friday, 14 October 2016 06:05:16 UTC