Stuk / jszip-utils

Other
228 stars 193 forks source link

JSZipUtils.getBinaryContent return arraybuffer differently for same file. #24

Open Purush1288 opened 5 years ago

Purush1288 commented 5 years ago

using latest version only

Purush1288 commented 5 years ago

Jszip-utils is used in two files in my code, to get the binary content of the same file. In first place it return the data(arraybuffer) contains [Int8Array], [Int16Array] and [Uint8Array]. But in second file where i am same file to get the binary content, it return the data(arraybuffer) contains [Int8Array] and [Uint8Array].

dmorehead commented 4 years ago

looks like im having this problem too, but only on windows chrome, not on OSX chrome. Is there any additional news for this?