clone icon indicating copy to clipboard operation
clone copied to clipboard

TypeError: Illegal invocation (in Chromium)

Open kuraga opened this issue 7 years ago • 2 comments

Unzip clone-issue.zip and:

npm install
./node_modules/.bin/browserify test.js > bundle.js
chromium-browser test.html

Got:

bundle.js:2206 Uncaught TypeError: Illegal invocation

    at _clone (bundle.js:2206)
    at clone (bundle.js:2246)
    at Object.30.clone (bundle.js:3077)
    at o (bundle.js:1)
    at r (bundle.js:1)
    at bundle.js:1

kuraga avatar Oct 05 '18 12:10 kuraga

Seeing the same issue

davidcsally avatar Apr 11 '20 20:04 davidcsally