master-of-javascript-memory icon indicating copy to clipboard operation
master-of-javascript-memory copied to clipboard

JavaScript 内存调试技巧与泄露分析

Results 3 master-of-javascript-memory issues
Sort by recently updated
recently updated
newest added

文章中这句话 ”而这个函数恰好是一个箭头函数,它的this指向正是Vue的实例“, 箭头函数是没有 this 这个属性的, 这个地方可能有点问题. 箭头函数里面的this只是普通的闭包引用. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions