Re: [FileAPI] readAsDataURL()

----- Original Message -----
> 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.

Hi David,

Can you clarify what you mean here?  data:// URLs are pretty well defined (Base64, etc.).  

-- A*

> 
> David

Received on Thursday, 17 February 2011 14:56:28 UTC