constructor(options: VfsBackendOptions = {}): VfsBackend| Name | Type | Description |
|---|---|---|
options | VfsBackendOptions | Default: {}Configuration options for the backend |
Create a new VfsBackend instance.
Note: This only creates the instance. Call initialize() to actually
set up the VFS, or use the static VfsBackend.create() method.