Author: | keqingrong |
---|---|
Views Total: | 1,131 views |
Official Page: | Go to website |
Last Update: | January 2, 2021 |
License: | MIT |
Preview:

Description:
A tiny JavaScript library that provides the Save As functionality on the webpage.
How to use it:
Import the tiny-save-as into the document.
<script src="//unpkg.com/tiny-save-as">
Pass the blob data as the first parameter to the saveAs
function.
saveAs(blob);
Customize the file name.
saveAs(blob, fileName);
Changelog:
2021-01-02
- v1.0.2
10/31/2018
- Add check for URL API