Re: [w3c/payment-request] wip: allow show to take optional promise (#668)

marcoscaceres commented on this pull request.



> -          </ol>
-          <p>
-            If any of the above steps say to <dfn>abort the update</dfn> with
-            an exception <var>exception</var>, then:
-          </p>
-          <ol>
-            <li>Abort the current user interaction and close down any remaining
-            user interface.
-            </li>
-            <li>Set <var>request</var>.<a>[[\state]]</a> to "<a>closed</a>".
-            </li>
-            <li>Reject the promise <var>request</var>.<a>[[\acceptPromise]]</a>
-            with <var>exception</var>.
-            </li>
-            <li>Abort the algorithm.
+            <li>Return from the method and, <a>in parallel</a>, run the

The stuff deleted here is just moved and given its own definition. 

-- 
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/payment-request/pull/668#pullrequestreview-89338222

Received on Wednesday, 17 January 2018 06:29:25 UTC