[Bug 24576] Calling URL.createObjectURL() on a closed Blob

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

--- Comment #7 from Simon Pieters <simonp@opera.com> ---
close() says to "Set the size of the context object to 0." but then reading
size also says "If the Blob has a readability state of CLOSED then size must
return 0." -- one of those seems unnecessary.

It's not clear to me what happens when an async read is started and the blob is
closed in the same script. (Seems like it would fail to find the byte sequence
since it is removed before the read starts?)

Do we want createObjectURL(closedBlob) to throw? Comment 1 seems to suggest it
shouldn't throw.

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

Received on Friday, 28 February 2014 14:23:46 UTC