Skip to content

Commit 8cd45ac

Browse files
save file
1 parent 05f46f2 commit 8cd45ac

File tree

1 file changed

+1
-1
lines changed
  • blog/25-07-25/http-streaming-download/ex

1 file changed

+1
-1
lines changed

blog/25-07-25/http-streaming-download/ex/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(async()=>{
44

5-
var res = await fetch('/');
5+
var res = await fetch('/stream');
66

77
var stream = new TextDecoderStream();
88
var reader = res.body.pipeThrough(stream).getReader();

0 commit comments

Comments
 (0)