Bump minimum Firefox version to v57
Repository details (talkie)
- Project page
- talkie
- Project log category
- talkie (708 entries)
- Repository
- @joelpurra/talkie
- Owner
- @joelpurra
- Issues
- Issues on Github
- Contributors
- Contributors on Github
- Project status
- ⏲️ This project has had recent commits.
- 📂 This project is open.
- 🌠 This project is popular.
- Repository activity period
- 🗓—
- Commits
- 751 commits
- Stars
- 71 stars
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.