teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

誤字の修正

2016/12/27 19:36

投稿

s8_chu
s8_chu

スコア14731

answer CHANGED
@@ -33,7 +33,7 @@
33
33
  downloadLink.id = "text2";
34
34
  document.body.appendChild(downloadLink);
35
35
  var download = document.getElementById("text2");
36
- download.setAttribute('href', URL.createObjectURL(fileBlob));
36
+ download.setAttribute("href", URL.createObjectURL(fileBlob));
37
37
  download.download = document.getElementById("saveFileName").value + ".txt";
38
38
  download.click();
39
39
  } else {