- From: Boris Zbarsky <notifications@github.com>
- Date: Tue, 29 Nov 2016 19:33:19 -0800
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
Received on Wednesday, 30 November 2016 03:33:54 UTC
https://w3c.github.io/browser-payment-api/#abort-method steps 8 and 9 are running async, so those two steps will queue two separate tasks to perform the actual promise manipulation. This is observably different from performing both operations in a single task. If this is _is_ the intended behavior, please make sure you have a test for this in the test suite, because I expect implementors will miss the subtlety here. -- 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/issues/340
Received on Wednesday, 30 November 2016 03:33:54 UTC