Closed
Bug 1686353
Opened 4 years ago
Closed 4 years ago
Remove defer() from devtools/shared/protocol/Front.js
Categories
(DevTools :: Framework, task)
DevTools
Framework
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ntim, Unassigned)
References
(Blocks 1 open bug)
Details
This should use new Promise()
, and the promise, resolve or reject methods should be passed around differently.
Comment 1•4 years ago
|
||
hello, can I work on this bug?
Reporter | ||
Comment 2•4 years ago
|
||
(In reply to Falguni Islam from comment #1)
hello, can I work on this bug?
Sure, feel free to submit a patch, and the task will automatically assigned to you. (Btw, in the future, you don't need to ask unless someone is explicitly working on it).
If you need any help, please let us know by using the "Request information from" field.
Comment 3•4 years ago
|
||
I'm not sure we can get rid of defer here as the code is quite complex
Reporter | ||
Comment 4•4 years ago
|
||
Per conversation with Nicolas, removing defer()
won't make things cleaner here, unless there is a significant refactor.
Closing this bug.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•