- From: adamroach <notifications@github.com>
- Date: Mon, 20 Jun 2016 15:39:31 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Cc:
Received on Monday, 20 June 2016 22:40:25 UTC
Another way to address this is to copy the pattern employed by getUserMedia() for constraints (which are passed as a dictionary): we could define a dictionary (e.g. `PaymentOptionsSupportedUserData`) that contains a key for each kind of data that is supported by the browser implementation. See [`MediaDevices.getSupportedConstraints()`](https://www.w3.org/TR/mediacapture-streams/#mediadevices-interface-extensions) and [`MediaTrackSupportedConstraints`](https://www.w3.org/TR/mediacapture-streams/#media-track-supported-constraints) for an example of how this works. --- 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/issues/33#issuecomment-227291454
Received on Monday, 20 June 2016 22:40:25 UTC