ASYNC

Constant ASYNC 

Source
pub const ASYNC: &str = "async";
Expand description

The async attribute.

Boolean to load and execute the script asynchronously. Script executes as soon as it’s available, potentially before DOM is ready.