-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blazor Init Log Messages on Safari #93622
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsIs there an existing issue for this?
Describe the bugI'm not sure that this can be considered a "bug" in Blazor (most likely Safari), but it seems primarily like strange behaviour. When using Safari, there are no initialisation messages logged to the console. The Expected BehaviorA message, similar to the following, printed to the browser console.
Steps To ReproduceOpen any Blazor WASM app in Safari. Exceptions (if any)No response .NET Version8.0.100-rc.2.23502.2 Anything else?No response
|
|
Is there an existing issue for this?
Describe the bug
I'm not sure that this can be considered a "bug" in Blazor (most likely Safari), but it seems primarily like strange behaviour.
When using Safari, there are no initialisation messages logged to the console.
The
assetsCache.ts
code uses console.groupCollapsed which is supported in Safari, so it's almost like some form of environment detection is failing, yet it's only usingtypeof (window) === "object"
so I'm not sure how that's possible.Expected Behavior
A message, similar to the following, printed to the browser console.
Steps To Reproduce
Open any Blazor WASM app in Safari.
Exceptions (if any)
No response
.NET Version
8.0.100-rc.2.23502.2
Anything else?
No response
The text was updated successfully, but these errors were encountered: