Re: [w3ctag/design-reviews] Delayed Clipboard Rendering (Issue #925)

> async generateExpensiveBlob(): Promise<Blob> {
    return new Blob(...);
}

The primary purpose of delayed rendering is to not produce the data at all for a format that is never used on paste. In this case, the web authors have to be ready with the data when the promise executor function is run on write, correct?

Here is some discussion related to it: https://github.com/w3c/editing/issues/417#issuecomment-1461652377

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/925#issuecomment-1939878247
You are receiving this because you are subscribed to this thread.

Message ID: <w3ctag/design-reviews/issues/925/1939878247@github.com>

Received on Tuesday, 13 February 2024 00:36:05 UTC