Skip to content
New issue

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

Replace usages of Object.keys() #2054

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Jan 2, 2025

Fixes #2053.

  1. Converts browser-extension.json to array of objects.
  2. Replaces a Object.keys() usage with a for..in loop.

Before

image

After

image

Avoids `Object.keys()`, not available in Firefox 3.6 and earlier.
browser-extensions.json Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Results don't show in Firefox 3.6 and earlier
1 participant