- From: David Flanagan <david@davidflanagan.com>
- Date: Tue, 15 Feb 2011 23:29:30 -0800
- To: public-webapps@w3.org
Step 7 of the FileReader.readAsDataURL() algorithm currently just says: > Set the result attribute to be blob's data content represented as a Data URL It should, I think, say something about the using the type of the blob as well as the content of the blob when forming the data:// URL. And similarly, I suppose, for FileReaderSync. David
Received on Wednesday, 16 February 2011 07:30:09 UTC