jquery / jquery-migrate

A development tool to help migrate away from APIs and features that have been or will be removed from jQuery core
Other
2.03k stars 470 forks source link

Fill & warn against jQuery.Deferred.getStackHook #483

Closed mgol closed 2 weeks ago

mgol commented 1 year ago

jQuery.Deferred.getStackHook is being renamed to jQuery.Deferred.getErrorHook in 3.7.0; the old API will be removed in 4.0.0.

Ref https://github.com/jquery/jquery/pull/5211 Ref https://github.com/jquery/api.jquery.com/issues/1221

mgol commented 1 year ago

See:

mgol commented 2 months ago

PR: #528