- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Fri, 09 Feb 2024 13:25:18 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 9 February 2024 21:25:24 UTC
I wonder what the expected use cases look like. If most of the use cases for delayed write includes a time-consuming computation, it would be best for them to use stream to not block the main thread (unless everything happens within a worker) and reduce the delay until the first write. (It could also be a mitigation for privacy problem for custom formats if the stream consumption immediately starts but with artificial intervals, so that the triggering page have a hard time detecting when the actual paste happens with which format.) -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/issues/212#issuecomment-1936623582 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/issues/212/1936623582@github.com>
Received on Friday, 9 February 2024 21:25:24 UTC