Sloaix/qiniu4js

TypeError: Cannot read property 'replace' of null

FrancisKong opened this issue · 2 comments

https://github.com/lsxiao/qiniu4js/blob/master/dist/qiniu4js.es.js#L1181

这里没有对encodedKey是否为null进行判断,导致在没有指定taskkey值并使用分片上传时,出现 TypeError: Cannot read property 'replace' of null

今天下班后我会尽快修复。:)

之前pr没有仔细检查导致的,已修复了。1.0.10试试。