eligrey / FileSaver.js

An HTML5 saveAs() FileSaver implementation
https://eligrey.com/blog/saving-generated-files-on-the-client-side/
Other
21.39k stars 4.38k forks source link

Wrong downloading format #767

Open SivachenkoYegor opened 1 year ago

SivachenkoYegor commented 1 year ago

I'm duplicating an issue from another library that we are using.

Hello. I'm using the typical downloading method to download created pdf. Everything is working fine on local env as well as on dev/prod env Chrome, Mozilla, etc browsers. But on Safari in dev/prod env I have some troubles with the downloading format. It always returns with example.com name and resolution.

How it can be fixed from my side or is it a library issue? I recheck everything several times and found nothing from my side.