- From: ianbjacobs <notifications@github.com>
- Date: Wed, 30 Aug 2017 17:52:30 +0000 (UTC)
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 30 August 2017 17:52:52 UTC
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