-
Notifications
You must be signed in to change notification settings - Fork 31
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
parse.get synchronous #16
Comments
Right now, there is no way to override the
You could make a really easy step system like this..
Also, take a look at how Jasmine does runs, waitsFor, runs. This is a great way of handling synchronous/async behavior. What are you trying to build? Would love to give advice if needed. Be well. |
Hi There, It keeps telling me that done() is undefined. Any ideas? |
@abusu-noggin I'm sorry, I was mistaken. The However, here's a nice wrapper for a getting a promise for a get request.
|
Is it possible have parse.get function as synchronous one ?
The text was updated successfully, but these errors were encountered: