Class PartRetrievers.StreamingPartRetriever
Represents a streaming part retriever.
Constructor Attributes | Constructor Name and Description |
---|---|
PartRetrievers.StreamingPartRetriever(url, cacheHint, decrypt, decryptOptions)
Constructs a new StreamingPartRetriever.
|
Class Detail
PartRetrievers.StreamingPartRetriever(url, cacheHint, decrypt, decryptOptions)
Constructs a new StreamingPartRetriever.
StreamingPartRetriever streams a .xod file hosted on a web server and display pages as they are available.
- 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. {password: "pass", type: "aes"}