Streaming Upload With Fetch

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.
requires the server to be using http2 protocol
The node:http2 module provides an implementation of the HTTP/2 protocol. nodejs.org
How to Set Up HTTP/2 Server in Node.js ext-code.com