abort method

JSPromise<JSAny?> abort()

The PaymentRequest.abort() method of the PaymentRequest interface causes the user agent to end the payment request and to remove any user interface that might be shown.

Implementation

external JSPromise<JSAny?> abort();