diff --git a/index.html b/index.html index 8c35779..f73ff86 100644 --- a/index.html +++ b/index.html @@ -923,12 +923,80 @@
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 @@