How to use filesaver.js

后端 未结 6 634
南方客
南方客 2020-12-03 07:16

In the latest filesaver documentation, an example is given for how to use filesaver.js in conjunction with blobbuilder.js:

var bb = new BlobBuilder();
bb.app         


        
6条回答
  •  生来不讨喜
    2020-12-03 08:05

    Just as example from github, it works. https://github.com/eligrey/FileSaver.js

    
    
    

提交回复
热议问题