0

What is the best way to copy text to the clipboard (multi-browser)? The below code which I have tried.

 function copy(data){
       let info = data;
       document.execCommand("copy");
       alert("Copied the text: " + info);
   }

I am trying to copy data which I have passed.

Apoorva Chikara
  • 2,534
  • 3
  • 11
  • 20
kumar
  • 1

0 Answers0