-
Notifications
You must be signed in to change notification settings - Fork 161
Closed
Labels
Description
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 ...
https://developer.mozilla.org/en-US/docs/Web/API/Clipboard
def read(): js.Promise[DataTransfer] = js.native |
def write(data: DataTransfer): js.Promise[Unit] = js.native |