Socket
Socket
Sign inDemoInstall

chunked-request

Package Overview
Dependencies
1
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

0.7.1

Diff

Changelog

Source

[0.7.1] - 15/03/2017

Fixed

  • Upgrade BrowserHeaders dependency (#27 @MarcusLongmuir)
jonnyreeves
published 0.7.0 •

Changelog

Source

[0.7.0] - 10/03/2017

Added

  • Allow request headers to be supplied in any format supported by BrowserHeaders (#26 @MarcusLongmuir)
jonnyreeves
published 0.6.0 •

Changelog

Source

[0.6.0] - 02/03/2017

Added

  • onHeaders callback (#25 @MarcusLongmuir)
jonnyreeves
published 0.5.4 •

jonnyreeves
published 0.5.3 •

Changelog

Source

[0.5.3] - 26/10/2016

Fixed

  • Defer onComplete callback to prevent fetch swallowing exceptions (#23 @MarcusLongmuir)
jonnyreeves
published 0.5.2 •

Changelog

Source

[0.5.2] - 07/09/2016

Fixed

  • Fixed a bug where PhantomJS' Uint8Array constructor must be invoked with a length argument otherwise it throws an exception...
jonnyreeves
published 0.5.1 •

Changelog

Source

[0.5.1] - 07/09/2016

Fixed

  • Fixed a bug in the xhr transport where the chunk parser would be invoked with the bytes [110, 117, 108, 108] (string value: "null") when using Chrome's native TextEncoder implementation.
jonnyreeves
published 0.5.0 •

Changelog

Source

[0.5.0] - 29/08/2016

Added

  • Transport exception handling, eg: 'no route to host'. (#8 @Ruben-Hartog)
  • Support for WebWorkers (#11, @ariutta)
  • Changed 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)

Fixed

  • Chrome ReadableStream detection (#14)
jonnyreeves
published 0.4.0 •

Changelog

Source

[0.4.0] - 19/05/2016

Added

  • Support responses that do not end with a trailing delimiter (#9, @MarcusLongmuir)
  • Switched to loadend event to catch failures as well as success on XHR based transports.
jonnyreeves
published 0.3.1 •

Changelog

Source

[0.3.1] - 30/03/2016

Added

  • npm keywords

Fixed

  • Add dist/ to .eslintignore to prevent build failures on release branches
  • Exclude dot files and other dev related junk from npm package.
2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc