An open API service indexing awesome lists of open source software.

https://github.com/anderspitman/xhr-stream-dl


https://github.com/anderspitman/xhr-stream-dl

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

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).

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.