Interface TextFileProvider
Methods
readAllText
- readAllText(url: string, receiver: ((success: boolean, textOrError: string) => void)): void
-
Parameters
-
url: string
-
receiver: ((success: boolean, textOrError: string) => void)
-
- (success: boolean, textOrError: string): void
-
Parameters
-
success: boolean
-
textOrError: string
Returns void
Returns void
Async text file provider