- From: snianu <notifications@github.com>
- Date: Wed, 27 Oct 2021 11:02:39 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 27 October 2021 18:02:51 UTC
`ClipboardItem` has `ClipboardItemDataType` which is a `Promise` to `Blob or DOMString`. When web authors don't resolve these promises in a reasonable amount of time, what should the Browser do in that case? Also, what happens if the promises to Blobs are resolved after the Browser Window loses focus? or user switches to another tab (while the promises are still not resolved in the first tab), opens the same site and starts another copy? Should we add a check to verify if the `Document` is active or not after the promises are resolved and before we write the payload to the clipboard? @whsieh @mbrodesser @BoCupp-Microsoft @mkruisselbrink -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/issues/161
Received on Wednesday, 27 October 2021 18:02:51 UTC