javascript - Load resources without displaying the "loading" spinner -
I am loading a large javascript file asynchronously as a long time. The script is used only at the end of the form. However, when I open the form, my browser (Chrome and Firefox) displays a "loading" spinner when the script is loaded, even if it is not necessary yet. Is it possible to stop the browser from displaying a spinner while loading the resource? (Not a script)
If any solution is available, then I know that it will be different for each browser. I only care about the latest version of Chrome, FF and IE.
Loading spinner is not the default behavior when something is loading asynchronously; The script used to load the resource is probably wrong here if you can edit your post to include it, so we can help you easily
Comments
Post a Comment