We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f46f2 commit 8cd45acCopy full SHA for 8cd45ac
blog/25-07-25/http-streaming-download/ex/test.js
@@ -2,7 +2,7 @@
2
3
(async()=>{
4
5
- var res = await fetch('/');
+ var res = await fetch('/stream');
6
7
var stream = new TextDecoderStream();
8
var reader = res.body.pipeThrough(stream).getReader();
0 commit comments