-
Notifications
You must be signed in to change notification settings - Fork 446
Dependencies missing on node #716
Comments
Hi, I'm currently facing the issue that XMLHttpRequest is not defined under NodeJs. As I read this post, I notice that you plan on doing something to fix this, but I was wondering if you had a temporary solution that I could use to polyfill XMLHttpRequest until you fix this issue ? Btw, I don't know if it's correct, but so far, I'm using SignalR this way:
I'm using it in a Azure app function. Thanks a lot |
You need those 2 packages (you can ignore the non final version of the signalr alpha). |
Hehe, works like a charm, thanks a lot ! I'm using signalR Core for some weeks now and I can really see all the work you're putting out in it and it's pretty awesome. Keep up the good work, it's really becoming awesome and easy to use ;-) |
We use a number of things in the TS client which are not available by default on nodejs and currently needs to be polyfilled:
We need to decide what to do with these dependencies. As per #699 (comment) we could:
The text was updated successfully, but these errors were encountered: