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
It would be interesting to explore the possibilities with promises and async/await.
Plugins should be executed in order until the last one resolves.
The done function from the previous route would be called and would have to wait until resolved.
The new routeaction would be called.
This introduces some difficulties in case a promise is executing and a routechange is triggered and it needs to be assessed how to proceed and test appropriately.
The text was updated successfully, but these errors were encountered:
It would be interesting to explore the possibilities with promises and async/await.
Plugins
should be executed in order until the last one resolves.done
function from the previousroute
would be called and would have to wait until resolved.route
action
would be called.This introduces some difficulties in case a promise is executing and a
route
change
is triggered and it needs to be assessed how to proceed and test appropriately.The text was updated successfully, but these errors were encountered: