Remove some legacy firefox permissions handling
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 (13bacf24)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
Remove some legacy firefox permissions handling
- Firefox now supports promises for the Permissions API.
- Previous callback, which are still in use, variants now throw an error.
- The effect coult not be seen in Firefox, as reading from the clipboard is not enabled.
- The broken callback workaround instead affected Talkie Premium on Google Chrome.
- This commit removes some of the Firefox workarounds.
Fixes #15.
Raw text
Remove some legacy firefox permissions handling - Firefox now supports promises for the Permissions API. - Previous callback, which are still in use, variants now throw an error. - The effect coult not be seen in Firefox, as reading from the clipboard is not enabled. - The broken callback workaround instead affected Talkie Premium on Google Chrome. - This commit removes some of the Firefox workarounds. Fixes #15.