- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Wed, 02 Jul 2014 00:18:52 -0400
- To: public-script-coord@w3.org
On 7/1/14, 2:00 PM, Jason Ausborn wrote: > If an anonymous dictionary What is an anonymous dictionary? WebIDL has dictionary types, but they all have associated names. So you can do this: dictionary Foo { Bar member; }; dictionary Bar { /* members here */ }; Is that what you're looking for? -Boris
Received on Wednesday, 2 July 2014 04:19:21 UTC