Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Eager Loads the resource immediately when encountered in HTML parsing. Default behavior that // ensures resources are available as soon as possible. Eager = Loading("eager") // Lazy Defers loading until the resource reaches a calculated distance from the viewport. Improves // initial page load performance and reduces bandwidth usage for below-the-fold content. Lazy = Loading("lazy") )
Variables for Loading values
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.