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>