home.social

#webidl — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #webidl, aggregated by home.social.

  1. Using Web IDL for better web docs: openwebdocs.org/content/posts/. Great post by the @openwebdocs team that describes how they leverage #WebIDL for the documentation we all depend on.

  2. The next feature for my File System Access Blazor wrapper is Exceptions. Making it both easy and discoverable to handle the different exception cases that exist when working with the file system.
    Will release soon.
    #dotnet #blazor #csharp #webidl
    Project: github.com/KristofferStrube/Bl

  3. I've been working on adding typed exceptions to JSInterop in Blazor during the last couple of weeks. With this, we can know what type of error occurred and its message and not have every error be a JSException that simply just contained the stringified version of the JS exceptions.
    I'm looking forward to adding this and other quality improvements to all my libraries soon. ✨🚀
    #dotnet #blazor #csharp #webidl #jsinterop
    Project: github.com/KristofferStrube/Bl
    Demo: kristofferstrube.github.io/Bla

  4. Playing with wrapping the Media Capture and Streams API in Blazor today. Starting with loading a MediaStream and its audio and video tracks from my camera.
    #blazor #dotnet #webidl #audio
    Demo: kristofferstrube.github.io/Bla
    Project: github.com/KristofferStrube/Bl

  5. Extended the Spectrogram demo in my Web Audio API Blazor wrapper a little more today. Adding a Frequency diagram. Next, I'll wrap the MediaStreamAudioSourceNode to get microphone input and analyze that instead.
    #blazor #dotnet #audio #svg #webidl
    Project: github.com/KristofferStrube/Bl

  6. Continuing my progress on wrapping the Web Audio API in Blazor. Added a Spectogram demo today which plots the waveform for different oscillating sounds.

    #blazor #dotnet #audio #svg #webidl
    Project: github.com/KristofferStrube/Bl
    Demo: kristofferstrube.github.io/Bla