Re: [FileAPI] Blob.URN?

Blob would need a content-type for that, but it could probably easy be added
as a property that is assignable.

BTW if the Blob could have a urn and mime type, this info could be directly
used to form the headers for the Blob when sending it in multipart form
using FormData.

Dmitry

On Tue, Mar 23, 2010 at 2:23 PM, Darin Fisher <darin@chromium.org> wrote:

> Apologies if this has been discussed before, but I'm curious why URN is not
> a property of Blob.  It seems like it would be useful to be able to load a
> slice of a File.  For example, this could be used by an application to fetch
> all of its subresources out of a single file.
>
> -Darin
>

Received on Wednesday, 24 March 2010 02:20:00 UTC