Closed
Bug 1674432
Opened 4 months ago
Closed 4 months ago
Remove defer usage in devtools/shared/task.js
Categories
(DevTools :: General, task)
DevTools
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1365607
People
(Reporter: hexagonrecursion, Unassigned)
Details
We should use new Promise instead.
I'm claiming the bug now to warn others that I started working on the file. I'll add a patch when I'm done writing it.
Reporter | ||
Comment 1•4 months ago
|
||
This looks like an poor mans implementation of async-await. Would it be more productive to remove it and replace with real async-await?
Flags: needinfo?(odvarko)
Reporter | ||
Comment 2•4 months ago
|
||
Sorry. Found it. https://bugzilla.mozilla.org/show_bug.cgi?id=1365607
Flags: needinfo?(odvarko)
Reporter | ||
Updated•4 months ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 4 months ago
Resolution: --- → DUPLICATE
Duplicate of bug: 1365607
You need to log in
before you can comment on or make changes to this bug.
Description
•