File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/Components/Blazor/Blazor/src/Hosting Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 44using System ;
55using System . Threading ;
66using System . Threading . Tasks ;
7- using Microsoft . AspNetCore . Blazor . Http ;
87using Microsoft . AspNetCore . Blazor . Rendering ;
98using Microsoft . Extensions . DependencyInjection ;
109using Microsoft . JSInterop ;
@@ -18,12 +17,6 @@ internal class WebAssemblyHost : IWebAssemblyHost
1817 private IServiceScope _scope ;
1918 private WebAssemblyRenderer _renderer ;
2019
21- static WebAssemblyHost ( )
22- {
23- // This default most closely matches what web developers expect
24- WebAssemblyHttpMessageHandlerOptions . DefaultCredentials = FetchCredentialsOption . SameOrigin ;
25- }
26-
2720 public WebAssemblyHost ( IServiceProvider services , IJSRuntime runtime )
2821 {
2922 Services = services ?? throw new ArgumentNullException ( nameof ( services ) ) ;
You can’t perform that action at this time.
0 commit comments