-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
System.IO.Compression.Brotli not supported on Blazor webassembly, Can we support System.IO.Compression.Brotli #91279
Comments
Tagging subscribers to this area: @dotnet/area-system-io-compression Issue DetailsIs there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.dotnet/aspnetcore#49276 Describe the solution you'd likeCan we support System.IO.Compression.Brotli Additional contextNo response
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsIs there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.dotnet/aspnetcore#49276 Describe the solution you'd likeCan we support System.IO.Compression.Brotli Additional contextNo response
|
We left brotli out initially because there is relatively large unmanged component and it is available in the browser directly. We could in theory make it work now when the workload is installed without increasing the default size. |
@Xyncgas can you explain your use case so we can help prioritize this issue? |
I can use brotli in browser by sending bytes to javascript and as you know there's a bunch way in javascript to eat brotli, alternatively I can just write brotli myself or install a 3rd party library or I can simply not use brotli So I don't really... well actually I have an app, that works on MAUI.Blazor but not blazor webassembly, so I used brotli, now I want to put it on the web, you know how MAUI and the browser are all cross platform technology, I should be able to use brotli and it's now the moment for me to decide the compression algorithm otherwise after I release the application everyone's data would break if I change the algorithm but don't worry about it I simply wanted for .NET to give me brotli so I don't have to grab it somewhere or not use it |
+1 for this issue. thanks |
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
dotnet/aspnetcore#49276
System.IO.Compression.Brotli not supported on Blazor webassembly
Describe the solution you'd like
Can we support System.IO.Compression.Brotli
Additional context
No response
The text was updated successfully, but these errors were encountered: