Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Starts loading the fragment at the specified ___location. The returned promise completes when the fragment is ready to be copied.
Syntax
WinJS.Fragments.cache(href).done( /* Your success and error handlers */ );
Parameters
href
Type: StringThe URI that contains the fragment to be copied.
Return value
Type: Promise**
A promise that is fulfilled when the fragment has been prepared for copying.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Fragments |
See also
Samples