-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It should be possible to use file loader with asynchronous file fetching #2839
Comments
I assumed that In the same time, I assumed that The
|
Fix: `FileLoader` now accepts `Promise` instead of a `File` instance. Closes #87. BREAKING CHANGE: The `FileLoader.file` property was changed to a getter which returns a native `Promise` instance instead of a `File` instance. The returned promise resolves to a `File` instance.
…d adapter guide. Closes ckeditor/ckeditor5#1618. [skip ci] Now it uses promises as introduced in 12.0.0 with ckeditor/ckeditor5-upload#87.
Extracted from https://github.com/ckeditor/ckeditor5-paste-from-office/issues/44#issuecomment-443200544:
The text was updated successfully, but these errors were encountered: