arşiv

Pazar, 04 Eyl 2016 için arşiv

FileSaver.js

Pazar, 04 Eyl 2016 yorum yok
<script src="FileSaver.js"></script>
var blob = new Blob(["Hello, world!"], {type: "text/plain;charset=utf-8"});
saveAs(blob, "hello world.txt");

Detaylı bilgi ve örneklere https://github.com/eligrey/FileSaver.js sayfasından ulaşabilirsiniz.

Categories: JavaScript Tags: