Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you explain how to use captcha.uri async ? #12

Closed
simlevesque opened this issue Sep 29, 2013 · 1 comment
Closed

Could you explain how to use captcha.uri async ? #12

simlevesque opened this issue Sep 29, 2013 · 1 comment

Comments

@simlevesque
Copy link

it'd not documented so I can't warp my head around it. thank you !

@yocontra
Copy link
Owner

Synchronous:

var uri = captcha.uri();
// do stuff with uri

Asynchronous:

captcha.uri(function(err, uri){
  // do stuff with uri
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants