- From: smaug---- <notifications@github.com>
- Date: Thu, 13 Apr 2023 03:40:01 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 13 April 2023 10:40:05 UTC
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