简体   繁体   English

剪贴板(剪切/复制)在Mozilla Firefox浏览器中不起作用

[英]Clipboard (cut/copy) is not working in Mozilla Firefox browser

I used the clipboard.js plugin, but it's not working in Mozilla Firefox. 我使用了剪贴板.js插件,但在Mozilla Firefox中不起作用。 When I tried to copy the Mozilla browser, this shows the below warning message. 当我尝试复制Mozilla浏览器时,这将显示以下警告消息。

"mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create" “使对象的[[Prototype]]发生突变将导致您的代码运行非常缓慢;而是使用Object.create创建具有正确的初始[[Prototype]]值的对象”

but this is working correctly in chrome. 但这在chrome中可以正常工作。

My mozilla browser version is 43.0b3. 我的mozilla浏览器版本是43.0b3。

How to clipboard is working in Mozilla Firefox browser. Mozilla Firefox浏览器中的剪贴板如何工作。

This message is just a warning that comes from ES6 to ES5 transpilation. 此消息只是从ES6到ES5转换的警告。 If you're experiencing different behaviors on Firefox, please share a code snippet so we can help you better. 如果您在Firefox上遇到不同的行为,请共享一个代码段,以便我们更好地帮助您。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM