tests for DataFileServiceImpl
This commit is contained in:
parent
7416534ab8
commit
527e108d2e
3 changed files with 92 additions and 8 deletions
|
@ -13,7 +13,7 @@ export abstract class DataFileService {
|
|||
* @param blob The blob to convert.
|
||||
* @param callback The success callback given converted blob.
|
||||
*/
|
||||
public abstract blobToString(blob: any, callback: (result: string) => void): void;
|
||||
public abstract blobToString(blob: Blob, callback: (result: string) => void): void;
|
||||
|
||||
/**
|
||||
* Convert array to string.
|
||||
|
|
Reference in a new issue