- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 05 Jun 2018 19:01:26 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 June 2018 02:01:54 UTC
domenic 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>
No, that one makes sense, as its not exposed. It's the ones that are 1:1 with public properties that are less-good.
--
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_r193272256
Received on Wednesday, 6 June 2018 02:01:54 UTC