79609578

Date: 2025-05-06 22:34:06
Score: 1
Natty:
Report link

Question is pretty old, however, this works atm

navigator.clipboard.write(
    arrayOf(
        ClipboardItem(
            recordOf(
                "text/html" to Blob(arrayOf(content)),
                "text/plain" to Blob(arrayOf(content))
            )
        )
    )
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Adam Brangenberg