[Bug 23369] Provide hooks for Typed Arrays

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

--- Comment #12 from Anne <annevk@annevk.nl> ---
So can we get a type (maybe DOMBytes?) for objects for which
ArrayBuffer.isView(object) returns true or which are ArrayBuffer instances? As
stated in comment 0 this should have a concept of "bytes" it holds, taking into
account buffer, byteOffset, and byteLength.

It's not entirely clear to me what would be the best output type. The Encoding
Standard uses Uint8Array at the moment, but maybe we should just use
ArrayBuffer for that?

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

Received on Friday, 11 April 2014 10:08:49 UTC