Class PartRetrievers.WinRTPartRetriever
Represents a http part retriever.
Constructor Attributes | Constructor Name and Description |
---|---|
PartRetrievers.WinRTPartRetriever(url, cacheHint, decrypt, decryptOptions)
Constructs a new WinRTPartRetriever.
|
Class Detail
PartRetrievers.WinRTPartRetriever(url, cacheHint, decrypt, decryptOptions)
Constructs a new WinRTPartRetriever.
WinRTPartRetriever retrieves Document parts asynchronously from a .xod that exists locally in a WinRT app.
- Parameters:
- {string} url
- The URL of the file to load. May be relative to the current page.
- {PartRetrievers.CacheHinting} cacheHint
- The type of cache hinting to use
- {function} decrypt
- Function to be called to decrypt a part of the file
- {Object} decryptOptions
- An object with options for the decryption e.g. {p: "pass", type: "aes"} where is p is the password