Liking cljdoc? Tell your friends :D
ClojureScript only.

payment.PaymentRequestUpdateEvent

The PaymentRequestUpdateEvent interface is used for events sent a payment.PaymentRequest instance when changes are made to information for a pending payment.PaymentRequest. Those events

The PaymentRequestUpdateEvent interface is used for events sent
a `payment.PaymentRequest` instance when changes are made to
information for a pending `payment.PaymentRequest`. Those events
raw docstring

constructorcljs

Constructor.

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

None.

See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequestUpdateEvent/PaymentRequestUpdateEvent

Constructor.

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

None.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequestUpdateEvent/PaymentRequestUpdateEvent`
sourceraw docstring

update-withcljs

(update-with this details)

Method.

The updateWith() method of the payment.PaymentRequestUpdateEvent updates the details of an existing payment.PaymentRequest.

paymentRequestUpdateEvent.updateWith(details);

See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequestUpdateEvent/updateWith

Method.

The updateWith() method of the `payment.PaymentRequestUpdateEvent`
updates the details of an existing `payment.PaymentRequest`.

`paymentRequestUpdateEvent.updateWith(details);`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequestUpdateEvent/updateWith`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close