Re: [w3c/browser-payment-api] "User accepts payment request" algorithm should timeout without .complete(). (#508)

So more concretely, this means that sometime after the user accepts the payment request and the PaymentResponse has been handed back to author code, we should:

- Set the response's [[completeCalled]] to true (so that future calls to .complete() return a rejected promise)
- Close down any remaining user interface with a "timed out" user experience

Is that about right?

-- 
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/508#issuecomment-293002612

Received on Monday, 10 April 2017 16:26:36 UTC