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

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

Jonas Sicking <jonas@sicking.cc> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonas@sicking.cc

--- Comment #36 from Jonas Sicking <jonas@sicking.cc> ---
To make neutering happen you always have to explicitly pass the ArrayBuffer
itself as one of the transferrable arguments to postMessage. Passing an
ArrayBufferView is not allowed. This was done to avoid the kind of surprising
behavior that we're talking about here.

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

Received on Wednesday, 18 June 2014 18:44:38 UTC