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

Thanks for the response, @snianu.

> Safari, due to security concerns, implemented a gesture requirement to access clipboard via async clipboard APIs. The read()/write() method can only be called inside a trusted user gesture event handler, but the promises to Blobs can be resolved later which gives the web authors the flexibility to not block the UI thread to populate the payload.

If this is correct, then I wonder if https://github.com/w3c/clipboard-apis/issues/161#issuecomment-956168974 is indeed an issue.



-- 
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-961794390

Received on Friday, 5 November 2021 10:49:01 UTC