Relative Content

Tag Archive for javascriptc#blazorblazor-webassemblyjavascript-interop

C# WASM JSImport callbacks

I’m using the JSImport feature for calling JavaScript from Blazor. It works fine, but I’m struggeling to understand the lifetime of callbacks.