Re: [w3c/browser-payment-api] Take paymentRequestID in constructor (#413)

rvm4 commented on this pull request.



> @@ -206,8 +206,12 @@
         <dfn>PaymentRequest</dfn> interface
       </h2>
       <pre class="idl">
-        [Constructor(sequence&lt;PaymentMethodData&gt; methodData, PaymentDetails details, optional PaymentOptions options),
-        SecureContext]
+        [Constructor(
+          optional DOMString paymentRequestID, 

I'm not a fan of putting it in PaymentDetails or PaymentOptions because it relegates the field to be second class.

-- 
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/pull/413

Received on Thursday, 9 February 2017 21:23:42 UTC