Open
Description
I don't know if any behavior has changed in browsers, but I started having this display problem recently and in Safari browser it is not working. if anyone can help me.
const doc = new jsPDF({ orientation: "landscape" })
const pdfBlob = doc.output("bloburl")
window.open(pdfBlob, "_blank")
This example is for the Chrome browser, I'm using dev, but I've already tested it in Prod using https
Metadata
Metadata
Assignees
Labels
No labels