Fix for Blazor.Streams latest version (0.4.2)#7
Fix for Blazor.Streams latest version (0.4.2)#7jlchavez wants to merge 2 commits intoKristofferStrube:mainfrom
Conversation
Fix to work with the latest version of Blazor.Streams (0.4.2) WritableStream base class.
|
Hey @jlchavez thanks for the PR. I planned to make an upgrade to have If you need to use the newest version of |
|
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. |
|
Hey @jlchavez, I have made this update myself as part of some general maintenance in #10 . It is currently released to NuGet as an alpha, but I will make a normal release soon, once I have updated |
Fix to work with the latest version of Blazor.Streams (0.4.2) WritableStream base class.
Missing a CreationOptions parameter for WritableStream constuctor.