- From: Boris Zbarsky <notifications@github.com>
- Date: Mon, 01 Jul 2019 09:27:49 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 1 July 2019 16:28:12 UTC
bzbarsky commented on this pull request. > @@ -2337,6 +2343,31 @@ that has a [=sequence type=] in its [=flattened member types=]. </pre> </div> +<div class="example"> + + The following [=IDL fragment=] + defines an [=interface=] + with an operation that takes a dictionary argument: + + <!-- Should be `highlight="webidl"`, but that gives bikeshed conniptions + because it does not know about the syntax we are introducing --> + <pre> + dictionary LookupOptions { + boolean caseSensitive = true; OK. Used `false` as the default value there. -- 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/750#discussion_r299124124
Received on Monday, 1 July 2019 16:28:12 UTC