JesseZhao1990 / blog

learing summary
MIT License
62 stars 7 forks source link

js中常见的内存泄漏 #130

Open JesseZhao1990 opened 6 years ago

JesseZhao1990 commented 6 years ago

1. 全局变量

2. 被遗忘的计时器和回调

3. 闭包

4. DOM 之外的引用