Read the content of the clipboard as Html
Example
fin.Clipboard.readHtml().then(html => console.log(html)).catch(err => console.log(err));
Read the content of the clipboard as Html
fin.Clipboard.readHtml().then(html => console.log(html)).catch(err => console.log(err));