Re: [w3c/browser-payment-api] Detecting Payment Method Availability (#316)

mkruisselbrink commented on this pull request.



> @@ -174,6 +174,7 @@
         interface PaymentRequest : EventTarget {
           Promise<PaymentResponse> show();
           Promise<void> abort();
+          Promise<Boolean> canMakeActivePayment();

The correct WebIDL type for a boolean is "boolean" with a lowercase b.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/browser-payment-api/pull/316#pullrequestreview-9079627

Received on Thursday, 17 November 2016 17:50:12 UTC