Closed
Bug 1423865
Opened 7 years ago
Closed 7 years ago
`Array.isArray` missing from `console.log(Array)` output
Categories
(DevTools :: Console, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Firefox 58
People
(Reporter: github, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
Steps to reproduce:
run `console.log(Array)` in the developer console and then expand the object that's shown.
Actual results:
A list of the methods and properties attached to the `Array` function is displayed
Expected results:
The list should have included `isArray`but it was omitted.
See https://stackoverflow.com/questions/47691125/
Comment 1•7 years ago
|
||
works for me on Nightly and beta
maybe already fixed.
will look into this later.
Updated•7 years ago
|
Component: Untriaged → Developer Tools: Console
Comment 2•7 years ago
|
||
Reproduced on 57, fixed on 58, let's mark this as resolved.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Priority: -- → P3
Resolution: --- → WORKSFORME
Target Milestone: --- → Firefox 58
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•