Mahmoud Galal
unread,Sep 2, 2023, 1:44:38 PM9/2/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-dev
Hello
I wonder why there's no Event that fire, on a clipboard changes?
the existed events, are available only on copy, and paste
most buttons that copy content in the clipboard, uses the writeText() method
which doesn't fire any of the available events
so how about having a event about the changed that happen to the clipboard, on a writeText, or even just onChange
and if it possible, how can I contribute to impelement it ?