Bump minimum Firefox version to v57
Repository details (talkie)
- Project page
- talkie
- Project category
- talkie (588 entries)
- Repository
- @joelpurra/talkie
- Owner
- @joelpurra
- Issues
- @joelpurra/talkie/issues
- Contributors
- @joelpurra/talkie/graphs/contributors
Commit details (948cbf9f)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
Bump minimum Firefox version to v57
- The
web-ext lint
command warns about using incompatible/unimplemented calls tobrowser
functionality.- Bumping the minimum Firefox version from v52 to v57 means nearly all requirements are fulfilled.
- Usage of
browser.runtime.onSuspend
is conditioned, so the warning is irrelevant.
Raw text
Bump minimum Firefox version to v57 - The `web-ext lint` command warns about using incompatible/unimplemented calls to `browser` functionality. - Bumping the minimum Firefox version from v52 to v57 means nearly all requirements are fulfilled. - Usage of `browser.runtime.onSuspend` is conditioned, so the warning is irrelevant.