* Uploads all data uri/blob uri images in the editor contents to server. * * @method uploadImages * @return {Promise} Promise instance with images and status for each image.
()
| 1181 | * @return {Promise} Promise instance with images and status for each image. |
| 1182 | */ |
| 1183 | public uploadImages(): Promise<UploadResult[]> { |
| 1184 | return this.editorUpload.uploadImages(); |
| 1185 | } |
| 1186 | |
| 1187 | // Internal functions |
| 1188 |
no outgoing calls
no test coverage detected