Skip to content

Update code to modern versions of firefox. #3

Description

@rupertsteel

The addon has just recently been reviewed and these are the issues:

  1. The old Extension Manager API is not available in any remotely modern version of Firefox and should not be referenced in any code.
  2. 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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions