From 66876aa2f87053b279a2c059ad77b8e32083903b Mon Sep 17 00:00:00 2001 From: Pawel Kadluczka Date: Mon, 28 Aug 2017 17:05:49 -0700 Subject: [PATCH] Making test and samples IE/ES5 aware --- .../wwwroot/connectionTests.html | 17 ++++++- samples/SocketsSample/SocketsSample.csproj | 5 +- samples/SocketsSample/wwwroot/hubs.html | 49 ++++++++++++------- samples/SocketsSample/wwwroot/sockets.html | 23 ++++++--- samples/SocketsSample/wwwroot/streaming.html | 27 +++++++--- samples/SocketsSample/wwwroot/utils.js | 2 +- 6 files changed, 87 insertions(+), 36 deletions(-) diff --git a/client-ts/Microsoft.AspNetCore.SignalR.Test.Server/wwwroot/connectionTests.html b/client-ts/Microsoft.AspNetCore.SignalR.Test.Server/wwwroot/connectionTests.html index f3a938a1eb..7967abbd2f 100644 --- a/client-ts/Microsoft.AspNetCore.SignalR.Test.Server/wwwroot/connectionTests.html +++ b/client-ts/Microsoft.AspNetCore.SignalR.Test.Server/wwwroot/connectionTests.html @@ -8,8 +8,21 @@ - - + + diff --git a/samples/SocketsSample/SocketsSample.csproj b/samples/SocketsSample/SocketsSample.csproj index 16813a0a04..a13f23bb79 100644 --- a/samples/SocketsSample/SocketsSample.csproj +++ b/samples/SocketsSample/SocketsSample.csproj @@ -28,7 +28,10 @@ - + + + + diff --git a/samples/SocketsSample/wwwroot/hubs.html b/samples/SocketsSample/wwwroot/hubs.html index 991aec191b..0db3fb5bb3 100644 --- a/samples/SocketsSample/wwwroot/hubs.html +++ b/samples/SocketsSample/wwwroot/hubs.html @@ -49,24 +49,37 @@ - + + +