Home United States USA — software Microsoft releases new tool to detect memory leaks with Edge

Microsoft releases new tool to detect memory leaks with Edge

89
0
SHARE

News, Reviews & Betas which includes large community peer support Microsoft has published a new capability in Edge DevTools in Edge 97, enabling developers to detect and further investigate DOM leaks in their applications that can result in performance degradation.
A memory leak is a common problem in programming where a piece of code does not properly manage and deallocate memory after it stops running. This is especially undesirable in long-running apps where these even KBs of unreleased memory cumulate over time and result in significant degradation in performance.

Continue reading...