a memory problem about deferred in 3.x #3606
Comments
|
Here's a version with non-minified jQuery: https://plnkr.co/edit/SE4DMFg8g3SGqDdhxCXx |
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
May 4, 2017
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
May 5, 2017
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
May 9, 2017
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jun 9, 2017
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jun 13, 2017
jbedard
added a commit
to jbedard/jquery
that referenced
this issue
Jun 14, 2017
gibson042
added a commit
that referenced
this issue
Jun 20, 2017
4 tasks
mvilliger
added a commit
to bsi-software/org.eclipse.scout.docs
that referenced
this issue
May 2, 2018
Especially fixes for jquery/jquery#3808 and jquery/jquery#3606 are important. Full change log can be found here: http://blog.jquery.com/2018/01/19/jquery-3-3-0-a-fragrant-bouquet-of-deprecations-and-is-that-a-new-feature/
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.

Description
When our project upgraded to jQuery3.2.1 (from 2.2.4), we found a memory leak about
Deferredin jQuery3.x . thepromise.thenmethod does not release the handler & handler Closure .it work well in jQuery2.x and native Promise in chrome .
look at the following case:
Link to test case
http://plnkr.co/edit/DpMkLV2mqzwlX4Ruuk7i
The text was updated successfully, but these errors were encountered: