Re: blob URIs and the query string

On Tue, Oct 1, 2013 at 9:33 PM, Kyle Huey <me@kylehuey.com> wrote:
> The File API specifies how to deal with fragment identifiers.  It should
> also specify what to do with the query string.  Presumably it should be
> ignored when looking up blob URIs.

This is also what http://fetch.spec.whatwg.org/#basic-fetch suggests
we converge on for about URLs. For data URLs we concatenate URL's
scheme data and URL's query together (separated by "?'). Matching
about URLs here makes the most sense to me.


-- 
http://annevankesteren.nl/

Received on Wednesday, 2 October 2013 11:37:22 UTC