parallax/jsPDF

Save causes open in Firefox

Open

#3391 opened on Mar 16, 2022

View on GitHub
 (15 comments) (5 reactions) (0 assignees)JavaScript (28,280 stars) (4,596 forks)batch import
Bugdifficulty:mediumhelp wanted

Description

On Windows 10 using the latest Firefox this pdfdoc.save("sample.pdf"); only causes the PDF to be opened as a blob in the current window. No file gets saved to the computer.

I thought it was my code but the same thing happens from your demo page on Github.

It works fine with Chrome (and Edge).

Contributor guide