I have a web app which does some processing on big text-files (> 500mb) via the FileReader
API's readAsText()
method.
It has been working great for years but suddenly I got empty responses: event.target.result
is an empty string.
369MB works but 589MB does not work.
I have tested on multiple computers; same result, however it does work in Firefox.
Chrome must have introduced this in a recent update.
Has this bug been submitted?
Is there any workaround?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…