[Webkit-unassigned] [Bug 64629] Implement transferable typed array support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 11:29:26 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=64629





--- Comment #1 from Kenneth Russell <kbr at google.com>  2011-11-03 11:29:25 PST ---
After more discussion on public-webapps, only the ArrayBuffer type will be Transferable -- the typed array views will not be.

Note, though, that transfer of an ArrayBuffer necessitates side-effects on the views that refer to it, in order to cause their lengths to go to zero. However, this is essentially an implementation detail.

I suspect that this bug should be closed, and the work done under Issue 66578.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list