gush3l
❔ Why is the order of execution wrong?
I have this code inside an async clipboard changes listener
But the output in the debug console is the following
Note that
doesn't come out at the end if there's something in ClipboardData for some reason
What am I doing wrong?
26 replies
❔ Need help with giant amount of data stored in clipboard
I am trying to keep a history of the user's clipboard locally, but if I load into memory a giant clipboard text (like 40MB+) some exceptions come up and stuff. How should I manage such big amounts of data and also keep ram usage as low as possible?
18 replies