- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Thu, 07 Jun 2012 00:35:31 -0400
- To: public-script-coord@w3.org
WebIDL allows passing dictionaries to methods and returning dictionaries from methods. Why are dictionary-typed attributes not allowed? Or put another way, why is this not OK: attribute DictType foo; while this is OK: void setFoo(DictType arg); DictType getFoo(); ? -Boris
Received on Thursday, 7 June 2012 04:36:00 UTC