I like to know what is the best to use when implementing gCaptcha and API:
<script src='https://www.google.com/recaptcha/api.js?render=onload&hl=en'></script>
or
<script src='https://www.google.com/recaptcha/api.js?hl=en&onload=MYscript&render=explicit" async defer'></script>
render=explicit and async defer or without?