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

Regression: Change to API specs to use File System API. #32

Closed KristofferStrube closed 1 year ago

KristofferStrube commented 1 year ago

At the start of December 2022, a lot of the definitions that were a part of the File System Access API were moved to the File System API. The awesome part is that the File System API is supported on all major browsers! 😃 (Firefox not included) You can see the PR here from the specs which shows a lot of deletions that are just because the specs were moved to the File System API specs. https://github.com/WICG/file-system-access/pull/392

This sounds like a breaking change, but happily, this doesn't break any of the features in this wrapper, so we simply have to move the appropriate functionality at some point.

KristofferStrube commented 1 year ago

I have started to move parts of the existing definitions from this project to this new project: https://github.com/KristofferStrube/Blazor.FileSystem