binary-fetch Beta
Fetch incremental binary packets from a browser
Currently, the only way to access the progress from a request or upload in a browser is with the XMLHttpRequest API. However, the the progress data from the XMLHttpRequest API does not give you access to the actual binary data that has been recieved.
Binary fetch solves this problem by giving you immediate access to the binary data while it is being recieved.
Binary fetch is loosely based on the JavaScript fetch API.
npm install --save binary-fetch
; ;