webpack-visualizer icon indicating copy to clipboard operation
webpack-visualizer copied to clipboard

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

Open mariuszste opened this issue 2 years ago • 0 comments

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

mariuszste avatar Mar 03 '23 09:03 mariuszste