Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify JS client to not utilize success, error, and complete methods on $.ajax #1695

Closed
NTaylorMullen opened this issue Mar 15, 2013 · 1 comment
Assignees

Comments

@NTaylorMullen
Copy link
Contributor

As of JQuery 1.8 the success, error, and complete methods are deprecated and will be removed in a future release. They suggest using the promise methods (.done, .fail etc.).

For more details see the deprecation notice at http://api.jquery.com/jQuery.ajax/#jqXHR.

@ghost ghost assigned NTaylorMullen Mar 15, 2013
mazur added a commit to mazur/SignalR that referenced this issue Jan 31, 2014
@halter73 halter73 closed this as completed Feb 5, 2014
@halter73 halter73 added bug and removed 1 - Ready labels Feb 5, 2014
@halter73 halter73 reopened this Feb 5, 2014
@aspnet-hello
Copy link

This issue has been closed as part of issue clean-up as described in https://blogs.msdn.microsoft.com/webdev/2018/09/17/the-future-of-asp-net-signalr/. If you're still encountering this problem, please feel free to re-open and comment to let us know! We're still interested in hearing from you, the backlog just got a little big and we had to do a bulk clean up to get back on top of things. Thanks for your continued feedback!

@aspnet-hello aspnet-hello removed this from the Backlog milestone Sep 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants