You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the Binary Submit sample for Blazor is missing the JavaScript code that would make it work.
When I run it, I get the error :
Error: Microsoft.JSInterop.JSException: Could not find 'getStream' ('getStream' was undefined).
Error: Could not find 'getStream' ('getStream' was undefined).
I went ahead to create my own getStream function but then another JavaScript function, 'readBytes', used in the ChunkedStream.cs class (line 51) is missing as well.
Is there a plan to update the BinarySubmit sample?