Skip to main content
Module

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

💧EventEmitter's typesafe replacement
Go to Latest
interface PaymentRequestUpdateEvent
implements Event
import { type PaymentRequestUpdateEvent } from "https://deno.land/x/evt@v2.3.1/lib/types/lib.dom.ts";

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