Object
Object returned by _createFilePromiseWrapper
method
to add more control over the initial file promise passed to FileLoader
.
Properties
-
isFulfilled : Boolean
module:upload/filerepository~FilePromiseWrapper#isFulfilled
Whether original promise is already fulfilled.
-
promise : Promise.<File>
module:upload/filerepository~FilePromiseWrapper#promise
Wrapper promise which can be chained for further processing.
-
rejecter : function
module:upload/filerepository~FilePromiseWrapper#rejecter
Rejects the promise when called.
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing?
Please report it via our issue tracker.