[Bug 25914] No definition of parsing blob's scheme data

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

--- Comment #2 from Arun <arun@mozilla.com> ---
Do you mean, how to extract the identifier for use with the Blob URL store?
That's the entire scheme data IMHO -- the extra origin annotation isn't
problematic and goes along for the ride (previous editions of this used to have
the scheme data just be a UUID).

The spec covers how to serialize a Blob URL. Tokenizing the string to extract
parts is straightforward. Do you want additional definition of how to parse the
Blob URL string and extract origin? If so, that's stripping aside the "blob:"
and anything after the "/" solidus, which leaves the origin. Should this be
formalized in the spec.?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 29 May 2014 14:25:19 UTC