Closed iquiw closed 6 years ago
Firefox 50 supports DataTransfer.items and DataTransferItem. So if Firefox version is not less than 50, use clipboardData instead of pasteCatcher.
DataTransfer.items
DataTransferItem
clipboardData
pasteCatcher
I think this could solve #69.
Fixes #77 as well.
Will there be a release?
Please consider pulling this
Thanks for the patch Iku.
Firefox 50 supports
DataTransfer.items
andDataTransferItem
. So if Firefox version is not less than 50, useclipboardData
instead ofpasteCatcher
.I think this could solve #69.