Kristoffer Strube

Results 49 comments of Kristoffer Strube

Hey Jan, Thanks for the issue. Sounds like a great idea. There are multiple solutions for this as you state yourself. I have stated and described a lot of options...

I have discussed this on other channels and have concluded that most like the `Catch, Parse, and Throw` approach. I will look more into how we can create some systematic...

For people following this issue you might be interested in the latest release of [Blazor.WebIDL](https://github.com/KristofferStrube/Blazor.WebIDL) and its accompanying Twitter post: https://twitter.com/KStrubeG/status/1656162148182028289 https://github.com/KristofferStrube/Blazor.FileSystemAccess/assets/11569642/34b95dc2-568a-4d49-a6b5-2eddfc11ce63

For me, a central part of RCLs is JSInterop. Not all JS can be called directly using plain JSInterop Invoke calls, so we often need some extra JS functions to...

You would have to use the [MediaStream Recording API](https://www.w3.org/TR/mediastream-recording/). I currently don't know of any wrapper for that API for Blazor, but I plan to make one eventually after I'm...

Hey @DashNY, I now have a package available for recording a `MediaStream`: [Blazor.MediaStreamRecording](https://github.com/KristofferStrube/Blazor.MediaStreamRecording)

Hey @Jack-Edwards, Sorry for the slow response. It sounds like an interesting project. 😀 I see that they point to the new File System API in the introduction of the...

Hey @Jack-Edwards, I have a sample for you now. https://kristofferstrube.github.io/Blazor.ServiceWorker/DownloadFile You need to unregister the Service Worker through the Registration subpage and then refresh before being able to use the...

If you are using Chrome then I can also recommend looking into my wrapper [Blazor.FileSystemAccess](https://github.com/KristofferStrube/Blazor.FileSystemAccess) for accessing local files from the main thread which might simplify things. After this you...