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

>From the spec:

> Implementations may choose to implement a timeout for pending updates if detailsPromise doesn't settle in a reasonable amount of time. If an implementation chooses to implement a timeout, they must execute the steps listed below in the "upon rejection" path. Such a timeout is a fatal error for the payment request.

This is implemented via a timer. What should the task queue for the timer be?

-- 
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-293034259

Received on Monday, 10 April 2017 18:18:13 UTC