The TrackJS Blog

Error Articles

The State of Client-Side JavaScript Errors

The State of Client-Side JavaScript Errors

By Todd H Gardner, Aug 2023

As JavaScript has grown more prevalent on the web, so have JavaScript errors. Here are the top JavaScript errors from across the web, aggregated by browser, framework, and issue.

Internet Explorer 11 Crash on JSON.stringify

Internet Explorer 11 Crash on JSON.stringify

By Todd H Gardner, Dec 2016

Internet Explorer 11 crashes when JSON.stringify is called on an HTMLFormElement that contains duplicate named inputs. This is particularly concerning because radio inputs will certainly have dupli...