Download blobs locally using Safari

后端 未结 6 1683
没有蜡笔的小新
没有蜡笔的小新 2020-12-04 21:36

I\'m trying to find a cross browser way to store data locally in HTML5. I have generated a chunk of data in a Blob (see MDN). Now I want to move this Blob to the actual file

6条回答
  •  既然无缘
    2020-12-04 22:18

    FileSaver.js has beed updated recently and it works on IE10, Safari5+ etc.

    See: https://github.com/eligrey/FileSaver.js/#supported-browsers

提交回复
热议问题