-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Blazor Wasm is not Caching DLL files when loaded from IFrame #43086
Copy link
Copy link
Closed
Labels
Needs: Author FeedbackThe author of this issue needs to respond in order for us to continue investigating this issue.The author of this issue needs to respond in order for us to continue investigating this issue.Status: No Recent Activityarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsfeature-blazor-boot-upfeature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssemblyThis issue is related to and / or impacts Blazor WebAssembly
Metadata
Metadata
Assignees
Labels
Needs: Author FeedbackThe author of this issue needs to respond in order for us to continue investigating this issue.The author of this issue needs to respond in order for us to continue investigating this issue.Status: No Recent Activityarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsfeature-blazor-boot-upfeature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssemblyThis issue is related to and / or impacts Blazor WebAssembly
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is there an existing issue for this?
Describe the bug
I loaded the blazor product using IFrame and the DLL files were not cached. All the Dll files were downloaded after refreshing the page.
Loaded using IFrame

Loaded directed using Url: It was able to cache the DLL files

Expected Behavior
DLL files must be cache when loaded using IFrame
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
6
Anything else?
No response