[Bug 25081] Make read operation really async

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

--- Comment #30 from Jonas Sicking <jonas@sicking.cc> ---
new URL(bloburl);

should not do any of the synchronous steps in comment 25. However

img.src = bloburl;

should do all of the synchronous steps in comment 25. And it should do so
before returning.

So if we define that the synchronous steps in comment 25 is part of a "parse"
algorithm, then |new URL(bloburl)| should not run said "parse" algorithm.

Arguably this would be confusing, and I think this is an argument for making
the synchronous steps of comment 25 not be part of "parse".

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

Received on Wednesday, 23 April 2014 22:29:10 UTC