arrow-up-right
Fetches the contents of a file accross node and browsers.
fetch(path: string, [options: { binary: boolean } ], [callback: function(error: ?Error, [contents: string])]): Promise<string|Uint8Array>|undefined Fetches the contents of a file.
string
function(error: ?Error, [contents: string])
Promise<string|Uint8Array>|undefined
License: BSD 3-Clause Licensearrow-up-right
Last updated 2 years ago