UNPKG

876 BJavaScriptView Raw
1/**
2 * Bundle of @livelybone/copy
3 * Generated: 2020-05-30
4 * Version: 2.6.5
5 * License: MIT
6 * Author: 2631541504@qq.com
7 */
8
9!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):(e=e||self).copyDom=n()}(this,function(){"use strict";return function(e,n){var t,o,c=Object.assign({},{clearSelect:!1,cut:!1},n),r=c.clearSelect,l=c.cut;if(window.getSelection){if(!(o=window.getSelection()))return console.error("copyDom: window.getSelection() return null"),!1;t=window.document.createRange(),o.removeAllRanges(),t.selectNode(e),o.addRange(t)}else{var i=document.body.createTextRange;i&&((t=i()).moveToElementText(e),t.select())}var a=document.execCommand("copy");return o&&r&&o.removeAllRanges(),l&&(e instanceof HTMLInputElement||e instanceof HTMLTextAreaElement?e.value="":e.innerHTML=""),a}});