You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new functionality to ClipboardExample to demo more of Clipboard API
- Enable paste buttons based on isSupportedType of each type of
transfer (for API `Clipboard.getAvailableTypes`)
- Copying multiple types of transfers at once (for API
`Clipboard.setContents` with more than one array entry)
- Clearing clipboard contents (for API `Clipboard.clearContents`)
Part of #2126
0 commit comments