The FileSystemProviderCapabilities for this provider.
Protected
Readonly
encodingProtected
Readonly
initializationReadonly
onEvent that is fired if a (watched) file in the filesystem of this provider has changed.
Readonly
onEvent that is fired if an error occurred when watching files in the filesystem of this provider.
Protected
Readonly
toClears the file system
Closes a file descriptor
Copies a resource from one location to another
Creates an index from the map of entries
Disposes the file system provider
Protected
initInitializes the OPFS file system provider
Opens a file and returns a file descriptor
Reads data from a file descriptor
Reads file content as a stream
Renames a resource from one location to another
Updates a text file with content changes
Watches a resource for file system changes
Writes data to a file descriptor
Writes binary content to a file
Subtype of FileSystemProvider that ensures that the optional functions, needed for providers that should be able to read & write files, are implemented.