Adapter (upload)
@ckeditor/ckeditor5-upload/src/base64uploadadapter
class
private
The upload adapter that converts images inserted into the editor into Base64 strings.
Filtering
Properties
-
FileLoader
instance to use during the upload.
Methods
-
constructor( loader )
Creates a new adapter instance.
Parameters
loader : FileLoader
-
abort() → Promise
Aborts the upload process.
-
upload() → Promise
Starts the upload process.