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
Down emitting async/await when targeting ES5 is available in TypeScript 2.1.0-dev.20160907 or later.
We need to investigate how we can utilise this with our dojo-shim/Promise and adopt the pattern which will make many async code more readable without needing a complex chain of .then() callbacks.