- From: Tobie Langel <notifications@github.com>
- Date: Wed, 17 May 2017 08:25:43 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 17 May 2017 15:27:01 UTC
tobie commented on this pull request. > + +The [{{Default}}] extended attribute must not +be used on anything other than a [=regular operation=] +for which a [=corresponding default operation=] has been defined. + +<div class="example"> + + As an example, the [{{Default}}] extended attribute is suitable + for use on the “toJSON” [=regular operation=] of the + <a href="https://w3c.github.io/browser-payment-api/#paymentresponse-interface"><code class="idl">PaymentResponse</code></a> + interface [[payment-request]]. + + <pre highlight="webidl"> + [SecureContext] + interface PaymentResponse { + readonly attribute DOMString paymentRequestId; Partially addressed this, still a bit more to fix. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/323#discussion_r117033715
Received on Wednesday, 17 May 2017 15:27:01 UTC