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 4
4
using System ;
5
5
using System . Threading ;
6
6
using System . Threading . Tasks ;
7
- using Microsoft . AspNetCore . Blazor . Http ;
8
7
using Microsoft . AspNetCore . Blazor . Rendering ;
9
8
using Microsoft . Extensions . DependencyInjection ;
10
9
using Microsoft . JSInterop ;
@@ -18,12 +17,6 @@ internal class WebAssemblyHost : IWebAssemblyHost
18
17
private IServiceScope _scope ;
19
18
private WebAssemblyRenderer _renderer ;
20
19
21
- static WebAssemblyHost ( )
22
- {
23
- // This default most closely matches what web developers expect
24
- WebAssemblyHttpMessageHandlerOptions . DefaultCredentials = FetchCredentialsOption . SameOrigin ;
25
- }
26
-
27
20
public WebAssemblyHost ( IServiceProvider services , IJSRuntime runtime )
28
21
{
29
22
Services = services ?? throw new ArgumentNullException ( nameof ( services ) ) ;
You can’t perform that action at this time.
0 commit comments