Re: Anonymous Dictionary Question

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