10
chch
7y

My JS app can crash IE11. Totally reproducable.

Had a fun debugging session to find out how this is triggered. Happens inside a deeply recursive call in a library I'm using which redraws the DOM.

Found a hacky workaround to avoid that as I see no real solution. It's not like I'm responsible for fixing IE. These are the days where I'm happy I'm mainly a backend dev...

Comments
  • 0
    @Letmecode well, it's in a lib i have no control over...
  • 0
    mithril
  • 0
    Well, I'll migrate to react anyway.

    But I have to defend it, this really shouldn't cause "Internet Explorer stopped working"...
  • 0
    A "hacky workaround" is a real solution if it works 😉
Add Comment