followRedirectsPromise
public
Transitions are aborted and their promises rejected when redirects occur; this method returns a promise that will follow any redirects that occur and fulfill with the value fulfilled by any redirecting transitions that occur.
Returns:
-
Promise
- a promise that fulfills with the same value that the final redirecting transition fulfills with
Please login to continue.