Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.5.2/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