これは何 Chromeで動いていた作品をフォークして日中常用しているFirefoxで 動くようにしてみました。 関連作品 JavaScriptでGoogle Driveにテキストエリアの内容を保存 動的にWebWorkerを作成して動かす Blog たまに、JavaScriptネタの記事も書いています。 http://kjunichi.cocolog-nifty.com/misc/ // forked from rotsuya's "テキストをファイルとして保存 File API: Writer" http://jsdo.it/rotsuya/2MRA document.getElementById('buttonDownload').addEventListener('click', function () { var text = document.getElementById('te
