chunked-request
Advanced tools
Changelog
[0.7.0] - 10/03/2017
Changelog
[0.6.0] - 02/03/2017
onHeaders
callback (#25 @MarcusLongmuir)Changelog
[0.5.3] - 26/10/2016
Changelog
[0.5.2] - 07/09/2016
Uint8Array
constructor must be invoked with a length argument otherwise it throws an exception...Changelog
[0.5.1] - 07/09/2016
[110, 117, 108, 108]
(string value: "null"
) when using Chrome's native TextEncoder implementation.Changelog
[0.5.0] - 29/08/2016
chunkParser
interface; parsers now receive data as a Uint8Array
and now pump their own internal state; the defaultChunkParser
continues to work as before. (#15, @ariutta)Changelog
[0.4.0] - 19/05/2016
loadend
event to catch failures as well as success on XHR based transports.Changelog
[0.3.1] - 30/03/2016
dist/
to .eslintignore
to prevent build failures on release branches