AsyncFileSystemProvider

class Object
trait Matchable
class Any

Value members

Abstract methods

def name: String

The logical name of the file system.

The logical name of the file system.

def obtain(executionContext: ExecutionContext): Future[AsyncFileSystem]
def scheme: String

The URI scheme of this file system, such as "file" (desktop) or "idb" (IndexedDB in the browser).

The URI scheme of this file system, such as "file" (desktop) or "idb" (IndexedDB in the browser).