Closed
Bug 1602769
Opened 6 years ago
Closed 6 years ago
Remove DebuggerClient.connect onConnected param
Categories
(DevTools :: Framework, task, P3)
DevTools
Framework
Tracking
(firefox73 fixed)
RESOLVED
FIXED
Firefox 73
| Tracking | Status | |
|---|---|---|
| firefox73 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
This param is an optional callback that, when passed, is called once the client fulfilled the connection.
The function also returns a Promise, and I don't think the parameter is used at all, so let's try to remove it.
| Assignee | ||
Comment 1•6 years ago
|
||
Depends on D56562
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/59baa3a6db0e
Remove unused DebuggerClient.connect onConnected param. r=ladybenko.
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 73
You need to log in
before you can comment on or make changes to this bug.
Description
•