Re: [w3c/editing] Seeking feedback on delayed clipboard rendering proposal (Issue #417)

To support streaming, and async data fetch, could ClipboardItemData be Promise<(DOMString or Blob or ReadableStream)>? If ReadableStream was used, UA could pull the data when needed.
Streams spec has an [example](https://streams.spec.whatwg.org/#example-rs-pull).
If needed, clipboard could have its own kind of controller which would let one to enqueue not only raw data but also blobs or strings.

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

Message ID: <w3c/editing/issues/417/1506740930@github.com>

Received on Thursday, 13 April 2023 10:40:05 UTC