Can I control the download icon of a web browser?

Is it possible to control browser loading state using JavaScript?

Ie, I want the browser to display its own β€œloading” animation, not my own loading icon on the page, but the one that appears instead of the icon when the browser loads the page.

+3
source share
2 answers

You can force the browser to load some page (e.g. into an invisible iframe)

+2
source

I once created a page that would fall into an endless loop of creating AJAX requests right after the page loads. It will make an ajax request, refresh something on the page, and then repeat the request, etc.

4-6 , , "" .

, "", .. , . , 2 , .

0

Source: https://habr.com/ru/post/1705537/


All Articles