Re: Clipboard API: remove dangerous formats from mandatory data types

If you can't put an image/png into a clipboard from JS, you just put it
into an application/octet-stream, which many image editors will load just
happily. If that doesn't work, you just stick your PNG into a plain/text,
which many image editors will still load just fine.

Received on Thursday, 11 June 2015 12:39:35 UTC