Re: [w3c/clipboard-apis] Async clipboard read and race conditions. (Issue #180)

Cocoa platforms have a very similar concept to sequence numbers, called [changeCount](https://developer.apple.com/documentation/appkit/nspasteboard/1533544-changecount?language=objc). If this value changes between when the clipboard access is "approved" by the user and when the clipboard data is actually read, WebKit will currently reject the promise.

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

Message ID: <w3c/clipboard-apis/issues/180/1184580718@github.com>

Received on Thursday, 14 July 2022 15:25:21 UTC