Fixed incorrect result when file size >= 512M.

This commit is contained in:
Yi-Cyuan Chen
2017-10-29 20:17:07 +08:00
parent a54f102b8a
commit 24d8eb504d
10 changed files with 26 additions and 20 deletions
+4
View File
@@ -1,5 +1,9 @@
# Change Log
## v0.7.0 / 2017-10-29
### Fixed
- incorrect result when file size >= 512M.
## v0.6.1 / 2017-10-07
### Fixed
- ArrayBuffer.isView issue in IE10.