Re: [w3c/clipboard-apis] Interoperability issue: `navigator.clipboard.write()` and `navigator.clipboard.writeText()` user gesture requirement (Issue #182)

Attempting to write to the clipboard should only trigger a prompt if there's no user action attached.

Yes, Chromium reuses the same permission for both gesture-less reads and writes. The text was not updated because reading is considered more powerful than writing.

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

Message ID: <w3c/clipboard-apis/issues/182/1340173991@github.com>

Received on Tuesday, 6 December 2022 23:57:40 UTC