muxinc / upchunk

Uploads Chunks! Takes big files, splits them up, then uploads each one with care (and PUT requests).
MIT License
337 stars 46 forks source link

Abort (PR #32) plus tests #38

Closed mmcc closed 3 years ago

mmcc commented 3 years ago

Also adds a chunkSuccess event to make this test possible. That basically used to be what progress was since we only fired after a successful upload, but now that we fire on XHR progress that's not the case anymore.

Hrm, looks like there's something going on with the Nock mocks. Running this test by itself passes, but running it as part of the suite fails. Will dig in.