dfrencham / ms-signalr-client

Unofficial package for the Microsoft SignalR client. Intented for comsumption with jspm.
21 stars 16 forks source link

jQuery v3 support #9

Closed michelgb closed 5 years ago

michelgb commented 7 years ago

Hello,

Have you considered supporting jQuery 3.x? I am using WebPack on my project and I just realized that jQuery is been duplicated because your dependencies are set to stop on version 2 ("jquery": "^2.2.0"). Is there any reason why jQuery 3.x is not supported?

Thanks,

dfrencham commented 7 years ago

The Microsoft repo references 1.6.4... so we are already past that.

https://github.com/SignalR/SignalR/tree/dev/src/Microsoft.AspNet.SignalR.Client.JS/Scripts

Have you tried signalR with jQuery 3.x ? if so, did it work?