Interface for a file system that can create readable sources. Implementations exist for various backends (URL, Node FS, Zip, Memory).
Create a readable source for the given path/identifier.
Path or identifier for the resource
Optional
Optional callback for progress reporting
Promise resolving to a ReadSource
Interface for a file system that can create readable sources. Implementations exist for various backends (URL, Node FS, Zip, Memory).