DownloadJS:跨浏览器本地文件下载

时间:2024-05-19 10:36:02
【文件属性】:

文件名称:DownloadJS:跨浏览器本地文件下载

文件大小:2KB

文件格式:ZIP

更新时间:2024-05-19 10:36:02

JavaScript

Download.js 跨浏览器Blob下载 /** * You can provide string data in an array to DownloadJS with an accompanying filename and mime type. A blob will be generated automatically and a download triggered. */ var data = [ "data as string in a single cell array (required by 'blob')" ] ; DownloadJS ( data , "filename.txt" , "text/plain" ) ; /** * If you already have a generated blob, you can download it here


【文件预览】:
DownloadJS-master
----downloadjs.d.ts(458B)
----README.md(555B)
----.idea()
--------vcs.xml(180B)
----Download.js(3KB)

网友评论