Documentation
¶
Overview ¶
Package blocking defines the Blocking type and its predefined values.
Controls blocking behavior for resource loading. Indicates that certain operations should be blocked until the resource is loaded.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Render Block rendering until resource is loaded. For stylesheets, this ensures the // stylesheet is applied before any content is rendered, preventing flash of // unstyled content (FOUC). Render = Blocking("render") )
Variables for Blocking values
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.