chrisbateman / webpack-visualizer

Visualize your Webpack bundle
http://chrisbateman.github.io/webpack-visualizer/
MIT License
1.69k stars 93 forks source link

FileReader returns an empty string when the file size is to large #73

Open mariuszste opened 1 year ago

mariuszste commented 1 year ago

I know this is pretty unrealistic, but I have a 600+MiB file and I get Uncaught SyntaxError: Unexpected end of JSON input because FileReader returns an empty string when the file is to big. I think one possible solution would be to read the file in chunks using File.slice.

additional links: https://stackoverflow.com/questions/20706418/are-there-file-size-limitations-when-using-javascript-filereader-api https://developer.mozilla.org/en-US/docs/Web/API/Blob/slice