Skip to content

Commit d1199a1

Browse files
committed
added readme note
1 parent ab826c3 commit d1199a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,9 @@ subscription.Dispose();
139139
* [GitHub GraphQL API Docs](https://developer.github.com/v4/guides/forming-calls/)
140140
* [GitHub GraphQL Explorer](https://developer.github.com/v4/explorer/)
141141
* [GitHub GraphQL Endpoint](https://api.github.com/graphql)
142+
143+
## Blazor WebAssembly Limitations
144+
145+
Blazor WebAssembly differs from other platforms as it does not support all features of other .NET runtime implementations. For instance, the following WebSocket options properties are not supported and will not be set:
146+
* [ClientCertificates](https://docs.microsoft.com/en-us/dotnet/api/system.net.websockets.clientwebsocketoptions.clientcertificates?view=netcore-3.1#System_Net_WebSockets_ClientWebSocketOptions_ClientCertificates)
147+
* [UseDefaultCredentials](https://docs.microsoft.com/en-us/dotnet/api/system.net.websockets.clientwebsocketoptions.usedefaultcredentials?view=netcore-3.1)

0 commit comments

Comments
 (0)