- From: David Flanagan <david@davidflanagan.com>
- Date: Fri, 07 Jan 2011 10:44:01 -0800
The structured clone algorithm currently allows ImageData and Blob objects to be cloned but doesn't mention ArrayBuffer. Is this intentional? I assume there are no security issues involved, since one could copy the bytes of an ArrayBuffer into either a Blob or an ImageData object in order to clone them. David
Received on Friday, 7 January 2011 10:44:01 UTC