Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use about:support's own method to copy text to clipboard and use current implementation as a fallback #201

Open
xabolcs opened this issue Oct 15, 2015 · 1 comment

Comments

@xabolcs
Copy link
Collaborator

xabolcs commented Oct 15, 2015

See subject for now.

@xabolcs
Copy link
Collaborator Author

xabolcs commented Oct 16, 2015

Something like this for Firefox.

nightly.parseHTML("about:support", function (doc) { 
  console.log( doc.defaultView.createTextForElement( doc.getElementById("contents" ) ) )
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant