Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
a memory problem about deferred in 3.x #3606
Comments
houfeng0923
changed the title from
a memory problem about deferred in jQuery3.x
to
a memory problem about deferred in 3.x
Apr 3, 2017
markelog
added
Deferred
Needs review
labels
Apr 3, 2017
timmywil
removed
the
Needs review
label
Apr 10, 2017
timmywil
added this to the 3.3.0 milestone
Apr 10, 2017
jbedard
self-assigned this
May 1, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
jbedard
May 4, 2017
Contributor
Here's a version with non-minified jQuery: https://plnkr.co/edit/SE4DMFg8g3SGqDdhxCXx
|
Here's a version with non-minified jQuery: https://plnkr.co/edit/SE4DMFg8g3SGqDdhxCXx |
added a commit
to jbedard/jquery
that referenced
this issue
May 4, 2017
jbedard
referenced this issue
May 4, 2017
Merged
Deferred: fix memory leak of promise callbacks #3657
added a commit
to jbedard/jquery
that referenced
this issue
May 5, 2017
added a commit
to jbedard/jquery
that referenced
this issue
May 9, 2017
added a commit
to jbedard/jquery
that referenced
this issue
Jun 9, 2017
added a commit
to jbedard/jquery
that referenced
this issue
Jun 13, 2017
added a commit
to jbedard/jquery
that referenced
this issue
Jun 14, 2017
gibson042
closed this
in
#3657
Jun 20, 2017
added a commit
that referenced
this issue
Jun 20, 2017
GulajavaMinistudio
referenced this issue
in GulajavaMinistudio/jquery
Jun 20, 2017
Merged
Deferred: fix memory leak of promise callbacks #11
added a commit
to restonexyz/jquery
that referenced
this issue
Feb 3, 2018
pushed a commit
to BSI-Business-Systems-Integration-AG/org.eclipse.scout.docs
that referenced
this issue
May 2, 2018
pushed a commit
to eclipse/scout.rt
that referenced
this issue
May 2, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

houfeng0923 commentedApr 2, 2017
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