Is your feature request related to a problem? Please describe.
I wanna schedule a background service when the Blazor Wasm App loaded, but now the WebAssemblyHost does not support IHostedService, so I'm wondering that if we could add HostedService support for Blazor Wasm App.
Describe the solution you'd like
Start the hosted services in WebAssemblyHost.RunAsync method
Additional context
It may increase the Blazor app size
Is your feature request related to a problem? Please describe.
I wanna schedule a background service when the Blazor Wasm App loaded, but now the
WebAssemblyHostdoes not supportIHostedService, so I'm wondering that if we could addHostedServicesupport for Blazor Wasm App.Describe the solution you'd like
Start the hosted services in
WebAssemblyHost.RunAsyncmethodAdditional context
It may increase the Blazor app size