Closed
Bug 1081668
Opened 11 years ago
Closed 11 years ago
Blob URL returns xhr.status of 0
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 716491
People
(Reporter: nolan, Unassigned)
Details
Attachments
(1 file)
|
2.82 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.101 Safari/537.36
Steps to reproduce:
Create a blob, create an object URL from that blob, fetch the blob with XHR.
Actual results:
xhr.status is 0
Expected results:
xhr.status should be 200
Here's a live example: http://bl.ocks.org/nolanlawson/0eac306e4dac2114c752
Notice that Firefox says the xhr.status is 0, whereas in Chrome it's correctly given as 200.
Comment 1•11 years ago
|
||
Thanks for the report!
With the live example I get "xhr.status is: 200" on a build from http://nightly.mozilla.org/
What build are you testing with? Do you get the same results with the nightly?
Flags: needinfo?(nolan)
Comment 2•11 years ago
|
||
I can confirm that Firefox32, Firefox33beta are reporting "0" but it's working in an nightly build that is responding with xhr.status 200
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Resolution: WORKSFORME → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•