Liking cljdoc? Tell your friends :D
ClojureScript only.

web.payments.PaymentRequestUpdateEvent

The PaymentRequestUpdateEvent interface is used for events sent a web.payments.PaymentRequest instance when changes are made shipping-related information for a pending web.payments.PaymentRequest. events are:

The PaymentRequestUpdateEvent interface is used for events sent
a `web.payments.PaymentRequest` instance when changes are made
shipping-related information for a pending `web.payments.PaymentRequest`.
events are:
raw docstring

update-withcljs

(update-with this details)

Method.

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

paymentRequestUpdateEvent.updateWith(details);

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

Method.

The updateWith() method of the `web.payments.PaymentRequestUpdateEvent`
updates the details of an existing `web.payments.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