NEW 189246
Write multiple URLs to the pasteboard when using DataTransfer to set "text/uri-list" to multiple URLs
https://bugs.webkit.org/show_bug.cgi?id=189246
Summary Write multiple URLs to the pasteboard when using DataTransfer to set "text/ur...
Wenson Hsieh
Reported 2018-09-03 10:44:52 PDT
For instance, on copy and drag, calling DataTransfer.setData("text/uri-list", "http://www.google.com\nhttp://www.apple.com") should populate the platform pasteboard with two URL items.
Attachments
Note You need to log in before you can comment on or make changes to this bug.