Yes but I have another case: release build without devtools hangs the browser. With devtools it's okay. This is really strange. Maybe IE tries to enable some optimization when devtools are closed and this optimization runs too long and consumes too much resources? I'll try to force disabling this optimization by adding top-level with or try-catch.
On Tuesday, May 19, 2015 at 11:57:48 AM UTC+3, Woof wrote: > > I had the same freezing issue with IE with debug builds of a similar size. > With release builds, and not opening the developer tools at all, everything > works fine (the application had plenty of testing and wasn't found to > freeze otherwise). > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
