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

質問編集履歴

1

書式の改善

2021/01/16 06:23

投稿

AGadget
AGadget

スコア60

title CHANGED
File without changes
body CHANGED
@@ -21,7 +21,7 @@
21
21
  const blob = new Blob([transpiledSourceCode]);
22
22
  const anchor = document.createElement("a");
23
23
  anchor.href = URL.createObjectURL(blob);
24
- anchor.download = "act.bat";
24
+ anchor.download = "example.txt";
25
25
  anchor.click();
26
26
  }
27
27
  ```