Closed jaraco closed 6 years ago
As reported in jaraco/jaraco.clipboard#2, attempting to load HTML data from the clipboard fails with a TypeError.
According to this document, the data on the clipboard is always encoded as UTF-8. That makes things easier.
As reported in jaraco/jaraco.clipboard#2, attempting to load HTML data from the clipboard fails with a TypeError.