Closed
Bug 915988
Opened 11 years ago
Closed 11 years ago
console object in workers
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 620935
People
(Reporter: azakai, Unassigned)
Details
Debugging workers is quite hard without a print function. console and its log functions don't seem to be available in workers, best alternatives I could find are to postMessage or (one time) throw an exception (exceptions thankfully show up in the web console).
Chrome does have console in workers, would be nice to have that as well.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•