Skip to content

Fix for Blazor.Streams latest version (0.4.2) #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jlchavez
Copy link

Fix to work with the latest version of Blazor.Streams (0.4.2) WritableStream base class.

Missing a CreationOptions parameter for WritableStream constuctor.

Fix to work with the latest version of Blazor.Streams (0.4.2) WritableStream base class.
@jlchavez jlchavez changed the title Fix for Blazor.Streams latest Fix for Blazor.Streams latest version (0.4.2) Jun 24, 2024
@KristofferStrube
Copy link
Owner

Hey @jlchavez thanks for the PR. I planned to make an upgrade to have CreationOptions for all JS wrapper types in Blazor.FileAPI first and then do the same for this project followed by Blazor.FileSystemAccess. And while doing this also upgrade to use the newest version of Blazor.WebIDL in all the projects. Sorry that this was not clear from any issues or documentation.

If you need to use the newest version of Blazor.Streams then I can prioritize getting this done quickly so that you can proceed.

@jlchavez
Copy link
Author

Thanks, I had to recompile FileSystem and FileApi, because of fixing Streams, but compilation failed because of WebIDL so had to pull all projects and recompile including DOM. Currently working with my forks, and when there is an update I'll update everything to using nuget.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants