- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 07 Nov 2016 23:46:47 -0800
- To: w3c/manifest <manifest@noreply.github.com>
Received on Tuesday, 8 November 2016 07:47:19 UTC
marcoscaceres commented on this pull request. > @@ -447,6 +447,171 @@ <h3 id="installation-sec"> DOM events <a>fired</a> by this specification use the <dfn>application life-cycle task source</dfn>. </p> + <section data-dfn-for="BeforeInstallPromptEvent"> + <h3> + <code>BeforeInstallPromptEvent</code> Interface + </h3> + <pre class="idl"> + [Constructor(DOMString typeArg, optional BeforeInstallPromptEventInit eventInit)] + interface BeforeInstallPromptEvent : Event { + readonly attribute Promise<AppBannerPromptOutcome> userChoice; Oops, forgot to remove... removing now -- 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-7569182
Received on Tuesday, 8 November 2016 07:47:19 UTC