Hello is there going to be possibility to use document.execCommand("copy")
in asynchronous function, so ideally, user could just enable with prompt that he wants this function to be enabled just like sharing location/webcam/…
At this time when i call it without any user interaction, it doesnt allow me to make it,
so i have to have just for this clipboard action small extension which is some other mess to install for every user using my app.
Firefox just throws this error:
document.execCommand(‘cut’/‘copy’) was denied because it was not called from inside a short running user-generated event handler.