We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ran npm start on this PR's branch.
npm start
Firefox 3.6:
Firefox 4:
The text was updated successfully, but these errors were encountered:
Error console in Firefox 3.6 suggests this has to do with the use of Object.keys():
Object.keys()
See Firefox 4 error console:
Sorry, something went wrong.
Corresponding code location:
Looks like that Object.keys() usage was introduced in 9443ad0#diff-84dd6a83459413d5bb638cd885f20ef0dbebf2ebf10d0f35d1c9ca424b0ca06aL169.
It might help to convert the browser-extensions.json object to an array of objects.
browser-extensions.json
Successfully merging a pull request may close this issue.
Ran
npm start
on this PR's branch.Firefox 3.6:
Firefox 4:
The text was updated successfully, but these errors were encountered: