Uno.Wasm.Bootstrap icon indicating copy to clipboard operation
Uno.Wasm.Bootstrap copied to clipboard

No need to append `application/wasm` MIME type to `ResponseCompressionDefaults`

Open mmarinchenko opened this issue 4 years ago • 1 comments

Doc issue: https://github.com/dotnet/AspNetCore.Docs/issues/22479 Source: https://github.com/unoplatform/Uno.Wasm.Bootstrap/blob/9c13b3eb17d2f6c3f78fb2dbef21ff8ebda4de1e/src/Uno.Wasm.Bootstrap.Cli/Server/Startup.cs#L34

mmarinchenko avatar Jun 02 '21 21:06 mmarinchenko

P.S. Response compression doesn't work without app.UseResponseCompression() call in Configure().

mmarinchenko avatar Jun 20 '21 16:06 mmarinchenko