The addon has just recently been reviewed and these are the issues:
- The old Extension Manager API is not available in any remotely modern version of Firefox and should not be referenced in any code.
- Use of
__proto__ or setPrototypeOf to set a prototype causes severe performance degredation, and is deprecated. You should use Object.create instead. See bug https://bugzil.la/948227 for more information.
The addon has just recently been reviewed and these are the issues:
__proto__orsetPrototypeOfto set a prototype causes severe performance degredation, and is deprecated. You should use Object.create instead. See bug https://bugzil.la/948227 for more information.