ProjectVisBug icon indicating copy to clipboard operation
ProjectVisBug copied to clipboard

Firefox copy/paste not working

Open argyleink opened this issue 4 years ago • 0 comments

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

argyleink avatar May 12 '21 17:05 argyleink