Kristoffer Strube
Kristoffer Strube
Thanks for the issue. I will try to explore this issue more closely. My first bet would be that it is not directly possible, but we could probably read the...
I have now constructed an example that shows how to use them together. ```razor @page "/InputFileExample" @inject FileSystemAccessService FileSystemAccessService InputFile Example @if (buffer is not null) { Save } @code...
Hey @ollih1980, Thanks for the issue. :) First of all is this in Blazor WASM or Blazor Server? Second, could you try to run it in debug mode so that...
The package does not currently support Blazor Server as I use the `InProcess` version of the `IJSObjectReference` to get values like the `Name` synchronously. I will leave this issue open...
Hey @hashitha, :) The project does not currently support the [SVG Image](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image) tag so you would have to fork my project and add support for that to do so. Apart...
Hey @hashitha, I'm currently not available for hire due to other commitments, but maybe in the future. Best of lucks with your project.
Nice. I will try to add a full Blazor Server sample with this addtion. :)
Hey @egil I think you are right. Let's just keep it as it is and maybe document it in this section: https://bunit.dev/docs/test-doubles/emulating-ijsruntime.html#support-for-ijsinprocessobjectreference-and-ijsunmarshalledobjectreference
I accidentally continued working with other things on the same branch. That has been reverted now. I'm new to making Pull Requests.
Hey @ummerland I must have missed a notification at some point, sorry. But I added the handlers you described now. And added the handler that @Thaina requested as well together...