Open
Description
Was this by design?
I've noticed that the usage of FileSaver.saveAs(blob, filename) where the blob does not specify a type will cause the "force" variable to render as false. This will mean that Safari does not properly handle downloading files.
Just wondering if as a user, we're expected to handle for Safari by detecting the browser and setting the type to match "application/octet-stream". It turns out that you can't set it on the blob variable due to its read only properties.
What was the purpose of the force variable? Shouldn't it always handle properly for Safari?
Metadata
Metadata
Assignees
Labels
No labels