I currently use this
const doc = new jsPDF(); doc.autoPrint(); window.open(doc.output("bloburl"));
works on Chrome and Firefox