'Can I configure chrome to allow me to break in my java script onAppUnload

My breakpoints in the close method of my app do not catch when I close the browser tab. I understand that this is because chrome is aggressive in closing the web app. Is there a way to get chrome to be less aggressive so that I can debug my apps close flow?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source