facebook / memlab

A framework for finding JavaScript memory leaks and analyzing heap snapshots
https://facebook.github.io/memlab/
MIT License
4.35k stars 118 forks source link

Does memlab support Vue.js ? #37

Closed orangelunatics closed 1 year ago

JacksonGL commented 1 year ago

MemLab can detect detached DOM elements leaked by web apps using Vue.js. There is no built-in checker in MemLab specifically designed for Vue.js. But you can override the leakFilter callback to define leak detector specific for Vue.js if you know some data structure created by Vue.js should be released after interaction/navigation.