Re: [w3c/payment-request] WIP - very rough sketch of requestShippingAddress() method (#873)

rsolomakhin commented on this pull request.



> @@ -3955,6 +4040,7 @@ <h2>
         <pre class="idl">
           [Constructor(DOMString type, optional PaymentRequestUpdateEventInit eventInitDict), SecureContext, Exposed=Window]
           interface PaymentRequestUpdateEvent : Event {
+            Promise&lt;PaymentAddress&gt; requestShippingAddress(AddressParts addressParts);

```suggestion
            Promise&lt;PaymentAddress&gt; requestShippingAddress(FrozenArray<AddressParts> addressParts);
```

The description on line 4083 talks about a list of AddressParts.

-- 
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-request/pull/873#pullrequestreview-256352660

Received on Monday, 1 July 2019 13:56:28 UTC