Tutorial: Clipboard.readHtml

Clipboard.readHtml

Read the content of the clipboard as Html

Example

fin.Clipboard.readHtml().then(html => console.log(html)).catch(err => console.log(err));