Mandeep Singh

Results 3 comments of Mandeep Singh

Hi Team, I have a .Net 6 Blazor WASM app with Server Hosted Code. Before Publishing the APP I have added a few Config lines in the project file like...

@sajjadarashhh Hey Please try to Add Brotli Compressresion into your WASM Project. I am sharing the code Below. import { BrotliDecode } from './decode.js'; Blazor.start({ loadBootResource: function (type, name, defaultUri,...

@yugabe @jirisykora83 I have added the Brotli Compression into the WASM App. It's working fine at my end. BR applied to all the DLLs files and as well as to...