Optional
options: Partial<OPFSAdapterOptions>Private
#initializeFSdeleteDatabase() - delete the database file, will throw an error if the file can't be deleted
the filename of the database to delete
the callback to handle the result
loadDatabase() - Load data from OPFS file, will throw an error if the file does not exist
the filename of the database to load
the callback to handle the result
Optional
serialized: string | ErrorsaveDatabase() - save data to file, will throw an error if the file can't be saved might want to expand this to avoid dataloss on partial save
LokiFsAdapter
the filename of the database to load
the callback to handle the result
Generated using TypeDoc
A Sylvie persistence adapter which persists using browser OPFS