StreamSaver.js
StreamSaver.js copied to clipboard
Why my memory usage blow up after stopping a download?
I an using fileStreamResult to implements download a large file in back-end,it return a stream to the front-end,and using streamSaver to recieve the stream and write to the loacl file. But when i pause the download ,the google browser memory usage blow up and then crashes.How can i fix it ?
and front-end code: