KristofferStrube / Blazor.FileSystemAccess

A Blazor wrapper for the File System Access browser API.
https://kristofferstrube.github.io/Blazor.FileSystemAccess/
MIT License
327 stars 39 forks source link

Quick question #40

Closed Sean4572435243 closed 1 year ago

Sean4572435243 commented 1 year ago

Is there a meaningful performance improvement moving up from version 2.1? Or is 3+ a refactoring or code optimization effort?

KristofferStrube commented 1 year ago

The primary change from 2.1.0 to 3.0.0 and above is that it now uses the File System Blazor package to represent file handles after their definitions were moved to that API spec. Some bug fixes were found while constructing that package and some ease-of-use cases with regards to the ValuesAsync method of the DirectoryFileHandle.