A singleton class that manages the display of a fullscreen loader spinner.
Gets the loader element from the DOM.
The loader element.
Hides the loader by setting its visibility to hidden.
Shows the loader by setting its visibility to visible.
Static
Returns the singleton instance of the Loader class.
The Loader instance.
A singleton class that manages the display of a fullscreen loader spinner.