Closed
Bug 1176243
Opened 11 years ago
Closed 8 years ago
cfx run fails with ff versions 34,35 due to 'ioservice.newChannel2'.
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: piefeet, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.0; rv:35.0) Gecko/20100101 Firefox/35.0
Build ID: 20141229214612
Steps to reproduce:
Tried to follow introductory add-on sdk tutorial with firefox 34 (&35).
Actual results:
cfx run failed to run basic tutorials with error message "TypeError: ioservice.newChannel2 is not a function"
Renaming 'ioservice.newChannel2' to 'ioservice.newChannel' in bootstrap.js fixed the error and allowed basic tutorials to work on 34 and 35
Comment 1•8 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Comment 2•8 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•