dom-to-image icon indicating copy to clipboard operation
dom-to-image copied to clipboard

Printing Blob fails with

Open pkasson opened this issue 2 years ago • 0 comments

Use case: Trying to capture draw flow div ()

Refer to this issue - which demonstrated that this was working for another developer: https://github.com/jerosoler/Drawflow/issues/67

Expected behavior

Div of draw flow should be captured and saved to file and downloaded

Actual behavior (stack traces, console logs etc)

Error thrown:

error: TypeError: Attempted to assign to readonly property. column: 26 line: 261 message: "Attempted to assign to readonly property." sourceURL: "https://localhost/js/dom-to-image.min.js" stack: "clonePseudoElement@https://localhost/js/dom-to-image.min.js:261:26↵@https://localhost/js/dom-to-image.min.js:251:39↵forEach@[native c

Library version

2.6.0

Browsers

  • [X] Safari - Version 15.4 (17613.1.17.1.6)

pkasson avatar Apr 26 '22 18:04 pkasson