Skip to main content
Module

x/evt/lib/types/index.ts>dom.PaymentRequestUpdateEvent

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.PaymentRequestUpdateEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.4.3/lib/types/index.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