Is it possible to determine which action causes the page to reload?

An unknown script action (possibly async) causes the page to reload.

How can I find this action in code?

At least is there a way to set a breakpoint when accessing window.location?
But I'm not sure navigation is forced this way.

In fact, I need a way to work in any browser, since reloading pages in any of them.

PS: The same question in Russian.

+4
source share
2 answers
-2

All Articles