StreamSaver.js icon indicating copy to clipboard operation
StreamSaver.js copied to clipboard

Why my memory usage blow up after stopping a download?

Open codecodecookie opened this issue 1 year ago • 0 comments

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 ? image and front-end code: image

codecodecookie avatar Oct 19 '23 08:10 codecodecookie