qiniu / nodejs-sdk

Qiniu Resource (Cloud) Storage SDK for Node.js
586 stars 190 forks source link

ResumeUploader chunk size bug fix and eslint config fix #346

Closed helloyou2012 closed 4 years ago

helloyou2012 commented 4 years ago
  1. ResumeUploader: stream 每次读的 chunk 大小并不一定等于 highWaterMark,导致最后上传失败。
  2. eslint 配置没生效,修改了配置。
  3. 更新了部分依赖。
  4. ReadableStream 没有 close 函数,为了兼容采用 destroy 库。#323
bachue commented 4 years ago

Thanks for the PR