1.0.0 • Published 6 years ago

resumable-node v1.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

This is a rough rewrite of resumable-JS. Most noticable changes:

  • Written in typescript / es6
  • Written for node-js. It won't work in the browser
  • Using promises instead of callbacks
  • Simple test suite (needs expanding though)

This is not meant as a replacement for resumable-js, nor is this meant for use in production infra. This lib misses some features of resumablejs, and it's purpose is mainly to upload files to a resumablejs backend from nodejs. Features such as preprocessing chunks, pausing, and others not fully tested, and probably wont work.