Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

I want to copy an image to the clipboard in firefox using firefox clipboard API

  • 2 respostas
  • 32 têm este problema
  • 10 visualizações
  • Última resposta por ashishfirefox

more options

I Want to copy an image to the clipboard using firefox clipboard API. Please let me know he steps

I Want to copy an image to the clipboard using firefox clipboard API. Please let me know he steps

Todas as respostas (2)

more options

Right-click the image and select Copy Image.

more options

Thanks for the reply, but I want to copy the IMAGE to the clipboard programmatically in javascript using firefox clipboard API.

For ex using the following syntax: var clip = Components.classes'@mozilla.org/widget/clipboard;1']

I am able to copy the text, but I don't know the syntax to copy the IMAGE.