- From: Anne van Kesteren <annevk@annevk.nl>
- Date: Wed, 2 Oct 2013 07:36:50 -0400
- To: Kyle Huey <me@kylehuey.com>
- Cc: Web Applications Working Group WG <public-webapps@w3.org>
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