Skip to content

Commit 4d334fb

Browse files
save file
1 parent 4e42dd3 commit 4d334fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/25-08-31/simple-browser-rollup-example/ex/webcontainer-rollup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h3>rollup example</h3>
5757
5858
<script>
5959
60-
function download(){
60+
async function download(){
6161
6262
var res = await fetch('${filename}');
6363
var blob = await res.blob();

0 commit comments

Comments
 (0)