There is a lot of architecture in the clipboard.
I think it is important that the WebAPI clipboard is very web
architecture compatible.
Desktop clipboards, like HTTP, have concepts of type negotiation.
It would logical to make the clipboard type in WebAPI carry content-type
[and later negotiate it].
Tim
Setting and getting the data to be transferred
Internet Explorer provides 3 methods for the clipboardData and
dataTransfer objects:
setData()
This takes one or two parameters. The first must be set to either
'text' or 'URL' (case-insensitive).
getData()
This takes one parameter, that allows the target to request a
specific type of data.
clearData()
This clears the data from the object.