Blazor.FileSystemAccess v1.0.0 Release Notes

Release Date: 2022-06-28 // almost 2 years ago
  • โž• Added

    • โž• Added support for Origin Private File System via GetOriginPrivateDirectory method that wraps the JS call navigator.storage.getDirectory. ### ๐Ÿ”„ Changed
    • ๐Ÿ”„ Changed RemoveEntryAsync to use FileSystemRemoveOptions instead of FileSystemGetFileOptions and created the FileSystemRemoveOptions class. ### โœ‚ Removed
    • ๐Ÿšš Constructor with keepExistingData parameter in FileSystemCreateWritableOptions was removed for consistency.