0
Paste button codes
Can someone help with codes to paste from clipboard ?
1 Odpowiedź
+ 3
check this one,
https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API
possible to do in some browser
navigator.clipboard.readText().then(text=> alert(text))
there are also document.exec("paste")