Open
Bug 1147394
Opened 10 years ago
Updated 3 years ago
Promise array can't be logged to console.log
Categories
(Toolkit :: General, defect)
Tracking
()
NEW
People
(Reporter: jesper, Unassigned)
Details
Attachments
(1 file, 2 obsolete files)
|
957 bytes,
text/html
|
Details |
Playing around with Promises I created an array of Promises to fulfill by Promises.all(array) and tried to console.log(array) and found that nothing was being logged.
I can console.log(promises[0]) but I can't console.log(promises).
| Reporter | ||
Updated•10 years ago
|
Attachment #8583083 -
Attachment mime type: text/plain → text/html
| Reporter | ||
Comment 1•10 years ago
|
||
Attachment #8583083 -
Attachment is obsolete: true
| Reporter | ||
Comment 2•10 years ago
|
||
Attachment #8583085 -
Attachment is obsolete: true
Comment 3•10 years ago
|
||
Looks like a problem in Widgets.ObjectRenderers.add for promises.
12:56:35.938 TypeError: this.objectActor.preview is undefined1 console-output.js:3241:8
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•