We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Clipboard#{read,write}
According to the MDN docs, read and write should be in terms of a js.Array[ClipboardItem]. But that's not what a DataTransfer is ...
read
write
js.Array[ClipboardItem]
DataTransfer
https://developer.mozilla.org/en-US/docs/Web/API/Clipboard
scala-js-dom/dom/src/main/scala/org/scalajs/dom/Clipboard.scala
Line 28 in 51a807c
Line 41 in 51a807c