From 254fc7dbc5daea8675dc1373ae73e49648fa6255 Mon Sep 17 00:00:00 2001
From: Jinho Bang
This method is used by the payment handler to indicate whether it - can respond to a payment request. + can respond to a payment request. The + respondWith(canMakePaymentPromise) method MUST act as + follows:
++ Instances of CanMakePaymentEvent are created with the internal + slots in the following table: +
+| + Internal Slot + | ++ Default Value + | ++ Description (non-normative) + | +
|---|---|---|
| + [[\resultPromise]] + | ++ null + | ++ This value is set to the pending promise to get back the result + when event is triggered from the associated PaymentRequest. + | +
Instances of PaymentRequestEvent are created with the internal slots in the following table: @@ -2270,10 +2377,10 @@