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.
I’m using the JSImport feature for calling JavaScript from Blazor. It works fine, but I’m struggeling to understand the lifetime of callbacks.