⚠️ WarningNightly documentation ahead. Switch to the stable editor documentation.
Typedef

FilePromiseWrapper (upload)

@ckeditor/ckeditor5-upload/src/filerepository

typedef protected
Object

Object returned by _createFilePromiseWrapper method to add more control over the initial file promise passed to FileLoader.

Filtering

Properties

  • Whether original promise is already fulfilled.

  • Wrapper promise which can be chained for further processing.

  • Rejects the promise when called.