I\'m getting an \"Aw, snap!\" chrome crash when a certain webpage is being loaded. I\'m trying my best to figure out what\'s causing it and having a really hard time.
In
DOM nodes that are still held in memory are so called detached nodes. This means they are not shown in the DOM tree of your page, but some JavaScript code still references them somewhere. Read through this google dev tools post that explains what Detached DOM nodes are with simple code and how to detect it using Chrome DevTools: https://developers.google.com/web/tools/chrome-devtools/memory-problems/