Loads data from a given URL or local file path.
The HTTP(S) URL or local file path to load.
A promise that resolves to a Buffer containing the loaded data.
Saves data to the specified target path on the local filesystem.
The data to save, as a Buffer or CrossPlatformBlob.
The absolute or relative file path where data should be written.
A promise that resolves when the file is successfully written.
A Node.js-specific implementation of the FileIO interface.
This class supports reading and writing files from/to the filesystem, as well as loading resources over HTTP(S).