Official "[Loading reCAPTCHA asynchronously](https://developers.google.com/recaptcha/docs/loading#loading_recaptcha_asynchronously)" does not work: > Uncaught TypeError: grecaptcha.render is not a function https://jsfiddle.net/657b1gso/ The problem: ``` ... grecaptcha.ready = function(cb){ if(typeof grecaptcha === 'undefined') { // <- never be undefined ... ```
Official "Loading reCAPTCHA asynchronously" does not work:
https://jsfiddle.net/657b1gso/
The problem: