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
I am using Crossroads.js in my project for front-end routing. There, we map a callback to the route, which is triggered with the help of this library. But since this callback function does some async tasks, I need a promise mechanism to keep the sequence as intended.
The text was updated successfully, but these errors were encountered:
I am using Crossroads.js in my project for front-end routing. There, we map a callback to the route, which is triggered with the help of this library. But since this callback function does some async tasks, I need a promise mechanism to keep the sequence as intended.
The text was updated successfully, but these errors were encountered: