- From: Matt Giuca <notifications@github.com>
- Date: Wed, 09 Nov 2016 00:20:35 -0800
- To: w3c/manifest <manifest@noreply.github.com>
Received on Wednesday, 9 November 2016 08:21:07 UTC
mgiuca commented on this pull request. > + </section> + <section> + <h4> + <code>prompt()</code> method + </h4> + <p> + The <dfn>prompt</dfn> method, when called, runs the following + steps: + </p> + <ol> + <li>Let <var>p</var> be a newly created promise. + </li> + <li>Run the following steps <a>in parallel</a>: + <ol> + <li>If <a>[[\promptOutcome]]</a> is not <code>null</code>, + resolve <var>p</var> with <a>[[\userResponsePromise]]</a> and Oh so your intention was specifically to not expose the internal promise? (i.e, every time you call prompt() it's a different promise?) Is there a good reason to do that? -- 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
Received on Wednesday, 9 November 2016 08:21:07 UTC