- From: <bugzilla@jessica.w3.org>
- Date: Wed, 31 Oct 2012 18:19:41 +0000
- To: public-audio@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19761 --- Comment #2 from Chris Wilson <cwilso@gmail.com> --- (In reply to comment #1) > I'm not sure what you mean by a type that can be explicitly typecast, could > you clarify? Do you mean using a constructed type instead, like `new > MIDIMessage(data, timestamp)`? In essence, except the other way around. A Dictionary type just means an Object with those members; unfortunately, they can be organized in any way, and the members need to be "searched" for; these types cannot be optimized down to essentially a struct behind the scenes. I received feedback that it is best to avoid Dictionary types for basic structures unless absolutely necessary. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 31 October 2012 18:19:46 UTC