You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
The addon has just recently been reviewed and these are the issues:
__proto__
orsetPrototypeOf
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 text was updated successfully, but these errors were encountered: