Re: [w3c/payment-handler] Add userHint to PaymentManager (#206)

ianbjacobs commented on this pull request.



> @@ -529,6 +529,7 @@
       interface PaymentManager {
         [SameObject] readonly attribute PaymentInstruments instruments;
         [Exposed=Window] static Promise<PermissionState> requestPermission();
+        DOMString userHint;     

Hi @romandev,

Thank you for help with the WebIDL. The reason I did not move it to payment instruments is that it did not seem to be part of the "standard" map-like interface (get, set, keys, etc.).

I will at least fix the "attribute" part and we can continue to discuss whether it belongs on a different interface.

-- 
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/payment-handler/pull/206#discussion_r136142876

Received on Wednesday, 30 August 2017 17:52:52 UTC