OverviewPassing data from and to the JavaScript environment is one of the common tasks developers need to solve while working on a WebAssembly application with Blazor. Although typical use cases are well-covered by the JSInterop classes (e.g. IJSRuntime), less common problems require putting some effort into finding the right