Skip to content

0.5.0 - 29/08/2016

Choose a tag to compare

@jonnyreeves jonnyreeves released this 29 Aug 07:44
· 16 commits to master since this release

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)