[whatwg] ArrayBuffer and the structured clone algorithm

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