Read and convert the given file to data url
Optional
file: FileThe file to inspect
Optional
resolve: (res?: string) => voidThe callback function to execute when the file
read success
Optional
reject: (ev?: ProgressEvent<FileReader>) => voidThe callback function to execute when the file
read failure
Utilities for file
Author
David Hsing