removed datafile-service.js
This commit is contained in:
parent
1142519139
commit
2e33c47573
2 changed files with 1 additions and 182 deletions
|
@ -9,7 +9,7 @@ declare const Untar: (uint8Array: Uint8Array) => void;
|
|||
export class DataFileServiceImpl implements DataFileService {
|
||||
|
||||
constructor(private fileReaderFactory: () => FileReader) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
public blobToString(blob: Blob, callback: (result: string) => void): void {
|
||||
|
|
Reference in a new issue