ScriptLoadingStrategyEnum
EnumScript loading optimization attributes. Controls browser behavior for script loading to improve page performance (async or defer).
Values
ASYNC
Load script in parallel with page rendering, executing as soon as downloaded
DEFER
Download script in parallel but defer execution until page is fully parsed