I am using the WinJS.UI.Pages.render call to load fragments into a page. I read that a page's ready method can return a promise that completes when the page is ready. I thought that this promise is what would be returned by the WinJS.UI.Pages.render method, but it is not. I was thinking this would be a nice mechanism to asynchronously pass values back from the fragment to the caller.
Is it possible to access the ready promise from the WinJS.UI.Pages.render promise done handler?