- From: Ade Bateman <notifications@github.com>
- Date: Mon, 20 Jun 2016 12:30:16 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Cc:
Received on Monday, 20 June 2016 19:31:12 UTC
No, you can't feature detect against dictionaries but you can/should against interfaces. This is general best practice for web APIs. So you can test against for the `shippingAddress` attribute of `PaymentRequest` or the `payerEmail` attribute of `PaymentResponse`. --- 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-227244455
Received on Monday, 20 June 2016 19:31:12 UTC