Upgraded project to target the newest Blazor.FileAPI version.#10
Conversation
…ved all warnings from missing documentation.
|
Is it possible for your filepickers to provide the full path to the file/s the user has chosen? In many cases, it is not the actual filestream. but to provide the path to the underlying server so that it can perform some heavylifting on that file. I only receive the filename.ext. In this situation, the pure filepicking, "is" the desired functionality. this is passed via signalr down to the localhost server to perform some functionality not possible in blazor/wasm and sends back up the results to the client. for AI work. Currently I have to pre-feed Blazor the root paths and have the server "getFiles" on the file name. |
|
Hey @HarvieKrumpet, no, sadly, that is not possible with this API. |
…oad that includes both creation options and file system options.
…WrapperConverter` and has correct summary for type.
…in their web-idl specification.
|
This has been merged. I will make a description of all the changes in the CHANGELOG, then release an alpha version to build |
In this PR, my goal is to upgrade
Blazor.FileSystemto use the newest version ofBlazor.FileAPIand thereby also the newest version ofBlazor.WebIDL, which has changed how we ensure thatIJSObjectReferences are disposed.As a part of this, the PR ensures:
IJSCreatable(and therebyIJSWrapper).IJSWrappertypes implement IAsyncDisposable.IJSWrappertypes dispose of their reference when we construct them in the library.