PaymentRequestUpdateEvent
open external class PaymentRequestUpdateEvent(val type: EventType<PaymentRequestUpdateEvent>, init: PaymentRequestUpdateEventInit = definedExternally) : Event(source)
This Payment Request API interface enables a web page to update the details of a PaymentRequest in response to a user action. Available only in secure contexts.
Inheritors
Constructors
Link copied to clipboard
constructor(type: EventType<PaymentRequestUpdateEvent>, init: PaymentRequestUpdateEventInit = definedExternally)