- From: Mahesh Kulkarni <notifications@github.com>
- Date: Wed, 30 Nov 2016 16:42:54 -0800
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
Received on Thursday, 1 December 2016 00:43:28 UTC
maheshkk commented on this pull request. > + <li> + Let <var>request</var> be the <a>PaymentRequest</a> object on which the method is called. + </li> + <li>If the value of <var>request</var>@[[\state]] is not "created", then + <a>throw</a> an <a>InvalidStateError</a>.</li> + <li> + Set the value of <em>request</em>@[[\state]] to "interactive". + </li> + <li> + Let <var>acceptPromise</var> be a new <a>Promise</a>. + </li> + <li> + Store <var>acceptPromise</var> in <em>request</em>@[[\acceptPromise]]. + </li> + <li> + Return <var>acceptPromise</var> and asynchronously perform the remaining steps. @marcoscaceres any pointers to "in parallel" definition Marcos? I could do another PR to add "in parallel" definition through out the spec instead. -- 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/browser-payment-api/pull/316
Received on Thursday, 1 December 2016 00:43:28 UTC