I have this code for paste:
navigator.clipboard.readText().then(
clipText => document.querySelector("#Note").innerText += clipText);
But It has this error:
Uncaught TypeError: navigator.clipboard.readText is not a function
help me to solve this bug