Skip to content

Commit b1330d7

Browse files
save file
1 parent 31853fa commit b1330d7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

blog/25-07-23/streaming-upload-with-fetch/streaming-upload-with-fetch.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575

7676
<body>
7777

78-
<blog-hdr component=grp1>
79-
<h1 class=title>
78+
<blog-hdr v2.0 component=grp1>
79+
<h1 slot=title>
8080
Streaming Upload With Fetch
8181
</h1>
8282
<time slot=date datetime=2026-02-03>
@@ -91,13 +91,14 @@ <h1 class=title>
9191

9292
Discover how to stream file uploads using the Fetch API. This interactive blog post includes a live, editable demo so you can experiment with streaming techniques directly in your browser.
9393
<div>
94-
requires http2 on the server
95-
<a href=''>
96-
<span class=link-domain>
97-
[ ext-code.com ]
98-
</span>
94+
requires the server to be using http2 protocol
95+
<br>
96+
<a href='../../25-07-23/http2-server/http2-server.html'>
9997
<span class=link-text>
100-
blog / how to set up HTTP/2 server in Node.js
98+
how to set up HTTP/2 server in Node.js
99+
</span>
100+
<span class=link-domain>
101+
ext-code.com
101102
</span>
102103
</a>
103104

0 commit comments

Comments
 (0)