var doc = new jsPDF();
var header = 'data:image/jpeg;base64,/9j/...';
doc.addImage(header, 'JPEG', 132, 15, 60, 20);
I can't get the image to display. I only get the error message provided in the title. I'm encountering this problem in IE 11. Chrome, Edge, and Firefox work fine. Is there a workaround for this?