Add timeout to close the iOS Payment Request UI if the page does not call PaymentResponse.complete() |
|||
Issue descriptionPer https://www.w3.org/TR/payment-request/#complete-method: "if something goes wrong and the page never calls complete then the user interface is blocked. For this reason, implementations may choose to impose a timeout for the page to call complete. If the timeout expires then the implementation will behave as if complete was called with no arguments." The timeout should be 60 seconds to match the Blink implementation: https://cs.chromium.org/chromium/src/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
,
Jan 30 2017
,
Jun 27 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Jan 18 2017