CEF Clipboard API Permission for writeText

It would be nice if developers had write access to CEF’s Clipboard API so we are able to utilize things like Click to Copy icon buttons to just slightly improve UX.

I can understand the privacy concerns around certain permissions such as readText, but writeText would simply replicate what can be done with the current execCommand('copy') method but much more flexible and quite a bit less finnicky.

5 Likes