Re: Unclear behavior of dictionary member default values

On 6/8/12 10:05 AM, Boris Zbarsky wrote:
> Ah, you were talking about the whole dictionary being optional! OK.

One more thing.  That still leaves open the question of dictionary 
return values.

Quite frankly, I don't see much in the way of use cases for these.  The 
one case I know of that uses them (WebGL) could just as easily use an 
interface...  The only drawback for them would be having to specify the 
same set of members on the initialization dictionary and the return 
value interface.

-Boris

Received on Friday, 8 June 2012 17:22:51 UTC