Re: [w3c/clipboard-apis] What happens if promises to Blobs are not resolved within a reasonable amount of time? (Issue #161)

In our case we just need to read a blob. Usually it will take a negligible amount of time. However since reading a blob is async it means once the result is available, a following clipboard call is not synchronously inside a user gesture event. In Chrome this is not a problem as the user activation rules allow a short timeout. In other browsers that do not implement these user activation rules, it's a problem, but that problem can be solved by implementing Chrome's user activation rules.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/issues/161#issuecomment-956180626

Received on Monday, 1 November 2021 12:11:15 UTC