• Write html and text to clipboard. writeHtml API only writes html, readText will return nothing. This API writes both html and text, so readText will return the text.

    Parameters

    • html: string
    • text: string

    Returns Promise<void>