Separate PaymentRequest initialization and display. |
|||
Issue descriptionIn order to better accommodate delays in querying payment apps, separate initialization of PaymentRequest from displaying it. Thus a merchant website can create a JavaScript PaymentRequest object on page load, but call PaymentRequest.show() only when user clicks the [BUY] button on the page. Then Chrome can begin to query the installed payment apps before the user clicks the [BUY] button. This enables faster startup of the PaymentRequest UI.
,
Aug 24 2016
,
Jun 27 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Aug 23 2016