[Bug 23369] Provide hooks for Typed Arrays

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

Tab Atkins Jr. <jackalmage@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackalmage@gmail.com

--- Comment #3 from Tab Atkins Jr. <jackalmage@gmail.com> ---
I don't like anything that forces us to be explicit about what kind of view we
require when it's irrelevant.  Spec authors will just get this wrong.

For example, my FontFace interface defines a "BinaryData" typedef to allow
passing either a raw ArrayBuffer or a view to the constructor, because it
doesn't actually matter which one is used.

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

Received on Thursday, 26 September 2013 17:49:17 UTC