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

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

--- Comment #41 from Boris Zbarsky <bzbarsky@mit.edu> ---
Note that the common implementation of crypto API in particular will actually
perform work on the data on some background thread, or in a separate process
entirely.  So I suspect in practice the data will get copied anyway, since
keeping alive the original object is quite nontrivial in such a situation.

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

Received on Thursday, 19 June 2014 20:27:39 UTC