[Bug 23946] Lift the ban on query parts in “blob:” URIs

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23946

Arun <arun@mozilla.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #20 from Arun <arun@mozilla.com> ---
I think this is fixed.

There isn't an "active ban" now.

1. The query isn't defined
(http://dev.w3.org/2006/webapi/FileAPI/#DefinitionOfScheme) but isn't "banned."
2. What is emitted by the methods URL.createFor and URL.createObjectURL
(http://dev.w3.org/2006/webapi/FileAPI/#createRevokeMethodsParams) and what is
consumed by parse and fetch (http://dev.w3.org/2006/webapi/FileAPI/#lifeTime
and http://dev.w3.org/2006/webapi/FileAPI/#requestResponseModel) have been more
tightly defined.

See url.spec.whatwg.org and fetch.spec.whatwg.org for future updates on parsing
and fetching blob URLs.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 27 February 2014 22:49:21 UTC