pub const ASYNC: &str = "async";
The async attribute.
async
Boolean to load and execute the script asynchronously. Script executes as soon as it’s available, potentially before DOM is ready.