xhr-stream-dl

This is a 0-dependency, ES module-compatible implementation of the streaming mechanism described [here](https://hpbn.co/xmlhttprequest/#streaming-data-with-xhr) and shown [here](https://gist.github.com/igrigorik/5736866).

Usage no npm install needed!

<script type="module">
  import xhrStreamDl from 'https://cdn.skypack.dev/xhr-stream-dl';
</script>

README

This is a 0-dependency, ES module-compatible implementation of the streaming mechanism described here and shown here.

Please read those for caveats. Essentially streaming is text-only and the entire request ends up in memory before being released, so don't try to stream anything too big.