Hello
How to add async to javascript
If javascript is like this,
<script src="https://javascript.info"></script>async is added to become
<script src="https://javascript.info" async></script>But this way, I don't know how
osc_register_script('jquery', osc_current_web_theme_js_url('jquery.min.js')));Is there a way to do that?
Thankyou