You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, as part of a Vue.js app, we used the following snippet to compress attached XML files before posting them to the web server. However, on IE11. even a single XML file (The raw XML is about 25MiB) allocates at least 1GB of ram and eventually forces the browser to crash. The same implementation on FF and Chrome works as intended.
Tried different compression options and even removing the HTTP post but did not help.
Is there anything we can do?
It looks like the memory leak fixed by #429 (not yet released). Could you try with the master branch ? (you will need to re-generate the dist/ folder with grunt build)
Hi there, as part of a Vue.js app, we used the following snippet to compress attached XML files before posting them to the web server. However, on IE11. even a single XML file (The raw XML is about 25MiB) allocates at least 1GB of ram and eventually forces the browser to crash. The same implementation on FF and Chrome works as intended.
Tried different compression options and even removing the HTTP post but did not help.
Is there anything we can do?
The text was updated successfully, but these errors were encountered: