Instances referenced by ‘bound_this’ only are not garbage collected
Your suspicions that this is not an actual memory leak but weirdness with chrome is correct. I recently ran across the same problem. IE11 will not show this.func = _.bind(this.func, this) as a memory leak while chrome will, even after you press the collect garbage button 100 times. It will show it even after you … Read more