Re: [w3c/clipboard-apis] Don't recommend user gesture in clipboard API (#75)

Anything supporting transient activation should work fine in our scenarios, if I'm reading that description correctly¹. Assuming the transient activation duration is long enough to cover sending the notification over the network, having the remote applications react, and send a request back.

What won't work is things that must be done before returning from an event handler. We are simply too asynchronous for that. And it was my understanding that this was/is how some user activated things are blocked?

¹ There might be some corner cases, but I would assume 99% of applications only do clipboard operations as a result of a keyboard key or mouse button

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/issues/75#issuecomment-1078993251

You are receiving this because you are subscribed to this thread.

Message ID: <w3c/clipboard-apis/issues/75/1078993251@github.com>

Received on Friday, 25 March 2022 12:43:58 UTC