Closed
Bug 752404
Opened 14 years ago
Closed 14 years ago
Blob is undefined on Web Console
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
DUPLICATE
of bug 751077
People
(Reporter: emk, Unassigned)
References
Details
(Keywords: regression)
Steps to reproduce:
1. Open Web Console.
2. Type "Blob" and Enter.
Actural result:
undefined
Strangely, ReferenceError is not thrown.
Expected result:
[object Blob]
| Reporter | ||
Comment 2•14 years ago
|
||
window.Blob works, but it's inconsistent with other properties on global object.
Comment 3•14 years ago
|
||
Regression window(cached m-i)
Cannot reproduced:
http://hg.mozilla.org/integration/mozilla-inbound/rev/a12cbe3bf045
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120420 Firefox/14.0a1 ID:20120420132903
Reproduced:
http://hg.mozilla.org/integration/mozilla-inbound/rev/47da536b5144
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120420 Firefox/14.0a1 ID:20120420155602
Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=a12cbe3bf045&tochange=47da536b5144
Triggered by: Bug 726949
Comment 5•14 years ago
|
||
Update. ;)
Though it doesn't come out as "Object blob", for some reason....
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
Keywords: regressionwindow-wanted
Whiteboard: DUPEME
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•