dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.45k stars 10.03k forks source link

[Blazor] Dynamically adjust WebAssembly resource download throttling #53284

Open MackinnonBuck opened 10 months ago

MackinnonBuck commented 10 months ago

There might be cases where a component with an InteractiveAuto render mode gets rendered, which initiates the throttled download of WebAssembly assets, but then an InteractiveWebAssembly component later gets added to the page. It might be desirable in such a case to dynamically disable throttling after the WebAssembly resource download has started so that the InteractiveWebAssembly component becomes interactive as quickly as possible.

ghost commented 10 months ago

Thanks for contacting us.

We're moving this issue to the .NET 9 Planning milestone for future evaluation / consideration. We would like to keep this around to collect more feedback, which can help us with prioritizing this work. We will re-evaluate this issue, during our next planning meeting(s). If we later determine, that the issue has no community involvement, or it's very rare and low-impact issue, we will close it - so that the team can focus on more important and high impact issues. To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.