- Preparing search index...
- The search index is not available
gophergfx
Methods
Static
load
- load(filename: string, callback?: null | ((loadedFile: TextFile) => void)): TextFile
-
Parameters
-
filename: string
-
callback: null | ((loadedFile: TextFile) => void) = null
Loads a text file located at the specified filename
Returns
The TextFile object containing the loaded file's data