- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 27 Aug 2018 19:33:50 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 28 August 2018 02:34:30 UTC
marcoscaceres commented on this pull request. > + </h2> + <pre class="idl"> + [Constructor(DOMString type, optional MerchantValidationEventInit eventInitDict), SecureContext, Exposed=Window] + interface MerchantValidationEvent : Event { + readonly attribute USVString validationURL; + void complete(Promise<any> merchantSessionPromise); + }; + </pre> + <section> + <h3> + <dfn data-lt= + "MerchantValidationEvent.MerchantValidationEvent()"><code>MerchantValidationEvent</code> + Constructor</dfn> + </h3> + <p data-tests= + "MerchantValidationEvent/constructor.https.html, MerchantValidationEvent/constructor.http.html"> Oops, copy/pasta. I've added a `[[waitForUpdate]]` slot and linked it properly. `validationURL` is now set on the attribute, not a slot. -- 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/751#discussion_r213169366
Received on Tuesday, 28 August 2018 02:34:30 UTC