Closed
Bug 1368467
Opened 8 years ago
Closed 8 years ago
Console.table() causes TypeError: ObjectClient is not a constructor
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1362381
People
(Reporter: Honza, Unassigned)
Details
STR:
1) Load WebConsole on top of the Launchpad
2) Connect to the target tab
3) Execute `console.table(['green', 'red', 'blue']);` in the target tab's Command Line
4) Open the Console panel for the Launchpad, there is an error:
TypeError: ObjectClient is not a constructor
Honza
Reporter | ||
Updated•8 years ago
|
Whiteboard: [console-html]
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Whiteboard: [console-html]
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•