Closed
Description
Hello,Use [email protected] in chrome browser,it throws the following error:Could not load dompurify
The Script:
window.jsPDF = window.jspdf.jsPDF;
var doc = new jsPDF();
doc.html(document.body, {
callback: function (doc) {
debugger;
}
});
The HTML:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>jsPDF bug</title>
<script src="jspdf.umd.js"></script>
</head>
<body>
<p>Test Could not load dompurify</p>
</body>
</html>
Metadata
Metadata
Assignees
Labels
No labels