Skip to main content
Module

x/commandis/mod.ts>dom.PaymentRequestUpdateEvent

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.PaymentRequestUpdateEvent
implements Event
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { PaymentRequestUpdateEvent } = dom;

This Payment Request API interface enables a web page to update the details of a PaymentRequest in response to a user action.

Methods

updateWith(detailsPromise: PaymentDetailsUpdate | Promise<PaymentDetailsUpdate>): void