dotnet / dotnet/aspnetcore

[Blazor] Dynamically adjust WebAssembly resource download throttling

Open
#53,284 2 comments 0 reactions 0 assignees View on GitHub
area-blazor enhancement Pillar: Complete Blazor Web Priority:3
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 10h
Merged PRs (30d)
281

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.