- From: Dmitry Titov <dimich@google.com>
- Date: Tue, 23 Mar 2010 19:19:28 -0700
- To: Darin Fisher <darin@chromium.org>
- Cc: Web Applications Working Group WG <public-webapps@w3.org>
Received on Wednesday, 24 March 2010 02:20:00 UTC
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