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
* @param {string} theme - dark/light light Optional. The color theme of the widget.
142
141
* @param {string} type - audio/image image Optional. The type of CAPTCHA to serve.
142
+
* @param {string} size - compact/normal normal Optional. The size of the widget.
143
+
* @param {int} tabIndex - 0 Optional. The tabindex of the widget and challenge. If other elements in your page use tabindex, it should be set to make user navigation easier.
143
144
* @param {string} callback - Optional. Your callback function that's executed when the user submits a successful CAPTCHA response. The user's response, g-recaptcha-response, will be the input for your callback function.
145
+
* @param {string} expiredCallback - Optional. The name of your callback function, executed when the reCAPTCHA response expires and the user needs to re-verify.
146
+
* @param {string} errorCallback - Optional. The name of your callback function, executed when reCAPTCHA encounters an error (usually network connectivity) and cannot continue until connectivity is restored. If you specify a function here, you are responsible for informing the user that they should retry.
144
147
* @param {string} lang - {@link https://developers.google.com/recaptcha/docs/language}
0 commit comments