ProjectVisBug
ProjectVisBug copied to clipboard
Firefox copy/paste not working
Uncaught (in promise) TypeError: 'clipboard-write' (value of 'name' member of PermissionDescriptor) is not a valid value for enumeration PermissionName.
A try/catch could pivot the logic, so on error it just tries to write. BUT, the manifest.json would need modified for copy/paste ability as well clipboardWrite, which is probably not an issue.
todo:
- find tradeoffs between the 2 techniques
- determine if unifying them to the old way or supplying a fallback are better