Skip to content

File save issue in Safari #129

@bhattkrishna19

Description

@bhattkrishna19

I am using this code

var blob = new Blob([atob(response.payload)], {
    "data":"attachment/csv;charset=utf-8;"
});
saveAs(blob, fname);

Here response.payload is blob data. Its working fine in all browsers but in safari file getting downloaded without name and opening a blank page also. Any help will be highly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions