Copy-to-clipboard on Chrome

Issue #43 resolved
Nam Nguyen repo owner created an issue

Chrome has document.execCommand('copy') with a more sensible security policy. Let's make copy-to-clipboard work on Chrome.

This will eventually be superseded by the Clipboard API with ClipboardEvent constructor.

Comments (2)

  1. Log in to comment