I'm working with Vue.js 2 and, in the Script of a component, I'm trying to copy an image to the clipboard of the user. In order to do that, I converted the image to a blob and then, when I was trying to use the Clipboard API, a message was shown in the browser's console:
ClipboardItem is not defined
This is while trying to initialize an ClipboardItem. I'm working with the Chrome browser.