You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><code>RecaptchaRender.Onload</code> renders the first element with <code>g-recaptcha</code> class.</li>
72
72
<li><code>your_sitekey</code> renders isolated invisible reCAPTCHA that can be used from <code>RecaptchaService</code>. V3 best practice.</li>
73
73
</ol>
74
-
<p><code>onload</code>: specifies function name on the window object.</p>
75
-
<p><code>onloadFunc</code>: specifies function that is executed after reCAPTCHA loads.</p>
74
+
<p><code>onload</code>: specifies a function name on the window object. Defaults to <code>RecaptchaOnloadEventName = 'recaptchaloaded'</code></p>
75
+
<p><code>onloadFunc</code>: specifies a function that is executed after reCAPTCHA loads.</p>
76
76
<p><code>recaptchaUrl</code>: script's url. Defaults to <code>RecaptchaGoogleUrl = 'https://www.google.com/recaptcha/api.js'</code></p>
0 commit comments