You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2018/05/03 05:53:00 UTC

[jira] [Created] (GUACAMOLE-559) Add support for the new Asynchronous Clipboard API

Michael Jumper created GUACAMOLE-559:
----------------------------------------

             Summary: Add support for the new Asynchronous Clipboard API
                 Key: GUACAMOLE-559
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-559
             Project: Guacamole
          Issue Type: Improvement
          Components: guacamole
            Reporter: Michael Jumper


As of very recently, there is a new "Asynchronous Clipboard API" available for allowing webapps like Guacamole to read/write the clipboard pretty much *exactly* like we've always wanted:

[https://www.w3.org/TR/clipboard-apis/#async-clipboard-api]

Users are prompted whether they wish to grant the page access, and their answer is remembered going forward just like the other various things users can grant access to (audio input, for example).

This API is available in Chrome 66+:

[https://developers.google.com/web/updates/2018/03/clipboardapi]

A pair of flags must currently be enabled for the API to be available:

* [chrome://flags/#enable-experimental-web-platform-features]
* [chrome://flags/#clipboard-content-setting]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)