[Bug 23369] Provide hooks for Typed Arrays

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23369

--- Comment #10 from Anne <annevk@annevk.nl> ---
In IDL if something accepts Node, it also accepts Element, which is a subclass.
Whether that can still be true with ES6-style subclassing is something we have
to figure out, but given that through @@create we can guarantee some reliable
bits in the object, it might be okay.

Indexed DB keys seems like a special case. I was primarily thinking of IO and
encoding APIs where anything that represents bytes is fine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 26 September 2013 19:16:03 UTC