Reads clipboard contents. Note that on some platforms accessing clipboard may trigger
a prompt for user to confirm clipboard access. This is the case on iOS and web.
Returns the shared clipboard instance if available on the current platform.
Clipboard API is available on all platforms except Firefox, where it is
disabled by default.
If clipboard is not available, you can still use the ClipboardEvents API.