W3cubDocs

/Web APIs

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

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
PaymentRequestUpdateEvent 60 15 55 No 47 11.1 No 53 No 41 11.3 6.0

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequestUpdateEvent/PaymentRequestUpdateEvent