VFSServiceProvider
Extends:
@osjs/common~ServiceProvider → VFSServiceProvider
OS.js Virtual Filesystem Service Provider
Constructor Summary
Public Constructor | ||
public |
constructor(core: Core, options: VFSServiceOptions) |
Member Summary
Public Members | ||
public |
|
Method Summary
Public Methods | ||
public |
|
|
public |
|
|
public |
Initializes VFS providers |
|
public |
Get a list of services this provider registers |
Public Constructors
public constructor(core: Core, options: VFSServiceOptions) source
Params:
Name | Type | Attribute | Description |
core | Core | OS.js Core |
|
options | VFSServiceOptions |
|