Closed
Bug 1733643
Opened 3 years ago
Closed 3 years ago
Remove usage of Promise.jsm in devtools/shared/security/socket.js
Categories
(DevTools :: Framework, task)
DevTools
Framework
Tracking
(firefox95 fixed)
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
Bug 1733643 - [devtools] Remove Promise.jsm usage in devtools/shared/security/socket.js. r=ochameau.
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Assignee | ||
Comment 1•3 years ago
|
||
We take this opportunity to refactor the _authenticate
method.
Since it's already an async function, we don't have to explicitely return
Promise objects.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/380d64644834
[devtools] Remove Promise.jsm usage in devtools/shared/security/socket.js. r=ochameau.
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•