- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 05 Jun 2018 19:00:23 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 June 2018 02:00:49 UTC
marcoscaceres commented on this pull request. > </table> </section> + <section data-dfn-for="PaymentMethodChangeEvent" data-link-for= + "PaymentMethodChangeEvent"> + <h2> + <dfn>PaymentMethodChangeEvent</dfn> interface + </h2> + <pre class="idl"> + [Constructor(DOMString type, optional PaymentMethodChangeEventInit eventInitDict), SecureContext, Exposed=Window] + interface PaymentMethodChangeEvent : PaymentRequestUpdateEvent { + readonly attribute DOMString methodName; + readonly attribute object? methodDetails; + }; + </pre> + <section> + <h2> Um, ok... um... we kinda added [internal slots](https://w3c.github.io/payment-request/#internal-slots-2) `PaymentRequestUpdateEvent` also. I guess I should remove and rephrase those too? -- 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/695#discussion_r193272148
Received on Wednesday, 6 June 2018 02:00:49 UTC