- From: <bugzilla@jessica.w3.org>
- Date: Tue, 27 May 2014 20:12:47 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25594 Boris Zbarsky <bzbarsky@mit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |annevk@annevk.nl, | |bzbarsky@mit.edu, | |domenic@domenicdenicola.com --- Comment #2 from Boris Zbarsky <bzbarsky@mit.edu> --- The invalid part here is the Array<> bit. You should also not use #idl-array. It's slated for removal from the IDL specification. Either return an ES array object (using "sequence" or "object" depending on how you're doing it) or return an instance of an interface with an indexed getter. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 27 May 2014 20:12:49 UTC