Skip to content

Commit 4395df4

Browse files
save file
1 parent d3b7f69 commit 4395df4

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,13 @@ <h1 slot=title>
8787

8888

8989

90-
<p>
91-
92-
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.
93-
<div>
90+
<div class=blog-text>
91+
<h2>
92+
Discover how to stream file uploads using the Fetch API.
93+
</h2>
94+
<p>
95+
This interactive blog post includes a live, editable demo so you can experiment with streaming techniques directly in your browser.
96+
<br>
9497
requires the server to be using http2 protocol
9598
<br>
9699
<a href='../../25-07-23/http2-server/http2-server.html'>
@@ -102,9 +105,9 @@ <h1 slot=title>
102105
</span>
103106
</a>
104107

105-
</div>
108+
</p>
106109

107-
</p>
110+
</div>
108111

109112

110113
<snippet-console component id=ex src='ex/fetch.js'></snippet-console>

0 commit comments

Comments
 (0)