|
|
|
|
|
by aaronm67
4737 days ago
|
|
In Firefox, it seems like you can only catch Clipboarddata on input boxes still document.body.addEventListener("paste", function(e){
console.log("paste event fired")
})
In Chrome, this will fire when you paste, in Firefox it will not. |
|