PaymentRequestUpdateEvent: PaymentRequestUpdateEvent() constructor

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

The PaymentRequestUpdateEvent() constructor creates a new PaymentRequestUpdateEvent object which enables a web page to update the details of a PaymentRequest in response to a user action. Actual updates are made by passing options to the updateWith() method.

Syntax

js
new PaymentRequestUpdateEvent()

Parameters

None.

Return value

A new PaymentRequestUpdateEvent.

Specifications

Specification
Payment Request API 1.1
# constructor-0

Browser compatibility

desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
PaymentRequestUpdateEvent() constructor