[whatwg] ArrayBuffer and the structured clone algorithm

David Flanagan david at davidflanagan.com
Fri Jan 7 10:44:01 PST 2011


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


More information about the whatwg mailing list