Re: [w3c/clipboard-apis] [Async Clipboard API] Use Stream APIs to provide data during write (Issue #212)

> If I understand the stream proposal correctly, then the web authors have to always be prepared with the data to stream it right?

A proper stream source would generate data on-demand (`pull` callback will be called when needed). Technically it can prepare before pull callback via `start` callback but that's not required and not ideal for a large size data.

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

Message ID: <w3c/clipboard-apis/issues/212/1939297802@github.com>

Received on Monday, 12 February 2024 18:24:38 UTC