Re: [w3c/editing] Delayed clipboard rendering API shape. (Issue #423)

> Right, that is why I'm confused if a `ReadableStream` would add any value to this API when it already allows Blob data to be returned from the callback.

Having to get a memory blob (which is what you get when converting from stream) means potentially having to consume huge memory. Having stream can reduce that.

I think another important question is, though: does any OS support reading from clipboard progressively?

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

Message ID: <w3c/editing/issues/423/1874609449@github.com>

Received on Tuesday, 2 January 2024 21:51:35 UTC