- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 13 Oct 2016 23:21:02 -0700
- To: w3c/manifest <manifest@noreply.github.com>
Received on Friday, 14 October 2016 06:21:30 UTC
marcoscaceres commented on this pull request. > + <code>prompt()</code> method + </h4> + <p> + The <dfn><code>prompt()</code> method</dfn>, when called, runs the + following steps: + </p> + <ol> + <li>If the event's cancel flag is not set, return a promise + rejected with an "InvalidStateError". + </li> + <li>If [[\]], return a promise rejected with an + "InvalidStateError". + </li> + <li>Let <var>p</var> be a new promise. + </li> + <li>Run the following steps in parallel: Yep. Coming soon. -- 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:21:30 UTC