You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileRepository returns Loader instances. Loader's methods read() and upload() return promises which can be rejected when upload error occur or uploading is aborted. Any other errors should not be swallowed but throwed.
FileRepository returns Loader instances. Loader's methods
read()
andupload()
return promises which can be rejected when upload error occur or uploading is aborted. Any other errors should not be swallowed but throwed.https://github.com/ckeditor/ckeditor5-image/blob/master/src/imageupload/imageuploadediting.js#L181-L196
This is especially annoying when writing code that reacts on changes made by
model.change()
called insidethen()
methods.The text was updated successfully, but these errors were encountered: