[Bug 23369] Provide hooks for Typed Arrays (ArrayBuffer and friends)

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

--- Comment #33 from Ryan Sleevi <sleevi@google.com> ---
(In reply to Allen Wirfs-Brock from comment #32)
> The advantage, is that  it places the burden of copying on specific callers
> that are dealing with shared buffers rather than having the callee
> unilaterally copying everything.

Which largely means it only works for ArrayBuffer, not ArrayBufferView, as the
act of passing a ABV to an API call shouldn't necessarily cause the underlying
ArrayBuffer to be frozen/neutered/etc.

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

Received on Wednesday, 18 June 2014 17:23:17 UTC