- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 27 Aug 2018 19:34:50 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 28 August 2018 02:35:12 UTC
marcoscaceres commented on this pull request. > + <dfn>MerchantValidationEvent</dfn> interface + </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= The new machinery took me a little bit to get going... but it's much nicer 👌 Will eventually need to update the rest of the spec to use it. -- 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_r213169496
Received on Tuesday, 28 August 2018 02:35:12 UTC