Remove “async” and “defer” from script tag
-
Please remove “async” and “defer” property from script tag when the Flying script changes “src” to “data-src”.
the tag doesn’t have src mustn’t have async so I can’t pass HTML validation.
Error: Elementscriptmust not have attributeasyncunless attributesrcis also specified or unless attributetypeis specified with valuemodule.
The topic ‘Remove “async” and “defer” from script tag’ is closed to new replies.