herghost000 / download

A Javascript file download tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript file download tool

A Javascript file download tool

Installation

In a browser:

<script src='download.js'></script>

Usage

js

var DownloadManager = new Download.DownloadManager
DownloadManager.download(blob|data, filename, contentType)
DownloadManager.downloadData(data, filename, contentType)
DownloadManager.downloadUrl(url, filename)

License

Apache 2.0

Contact

If you have any ideas, feedback, requests or bug reports, you can reach me at 77209302@qq.com

About

A Javascript file download tool

License:Apache License 2.0


Languages

Language:JavaScript 100.0%