satazor / js-spark-md5

Lightning fast normal and incremental md5 for javascript
Do What The F*ck You Want To Public License
2.46k stars 470 forks source link

IE10 compute file md5 failed #60

Open sakila1012 opened 3 years ago

sakila1012 commented 3 years ago

use SparkMD5.ArrayBuffer

      spark.append(e.target.result); // append array buffer
      currentChunk++;
      if (currentChunk < chunks){

only execute one or two times and failed

Thx!