-
Notifications
You must be signed in to change notification settings - Fork 470
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
Fill & warn against jQuery.Deferred.getStackHook #483
Comments
mgol
added a commit
to mgol/jquery-migrate
that referenced
this issue
Sep 14, 2024
The API has been replaced by `jQuery.Deferred.getErrorHook`; the legacy name will be removed in jQuery 4.0.0. Fixes jquerygh-483
mgol
added a commit
to mgol/jquery-migrate
that referenced
this issue
Sep 14, 2024
The API has been replaced by `jQuery.Deferred.getErrorHook`; the legacy name will be removed in jQuery 4.0.0. Fixes jquerygh-483
mgol
added a commit
to mgol/jquery-migrate
that referenced
this issue
Sep 14, 2024
The API has been replaced by `jQuery.Deferred.getErrorHook`; the legacy name will be removed in jQuery 4.0.0. Fixes jquerygh-483
mgol
added a commit
to mgol/jquery-migrate
that referenced
this issue
Sep 14, 2024
The API has been replaced by `jQuery.Deferred.getErrorHook`; the legacy name will be removed in jQuery 4.0.0. Fixes jquerygh-483
PR: #528 |
mgol
added a commit
to mgol/jquery-migrate
that referenced
this issue
Sep 16, 2024
The API has been replaced by `jQuery.Deferred.getErrorHook`; the legacy name will be removed in jQuery 4.0.0. Fixes jquerygh-483
mgol
added a commit
to mgol/jquery-migrate
that referenced
this issue
Sep 16, 2024
The API has been replaced by `jQuery.Deferred.getErrorHook`; the legacy name will be removed in jQuery 4.0.0. Fixes jquerygh-483
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jQuery.Deferred.getStackHook
is being renamed tojQuery.Deferred.getErrorHook
in3.7.0
; the old API will be removed in4.0.0
.Ref jquery/jquery#5211
Ref jquery/api.jquery.com#1221
The text was updated successfully, but these errors were encountered: