lloyd / node-memwatch

A NodeJS library to keep an eye on your memory usage, and discover and isolate leaks.
2.51k stars 302 forks source link

Can I use memwatch browser side? #78

Open halcwb opened 8 years ago

halcwb commented 8 years ago

I use browserify to use node modules on the browser-side. Can I use memwatch to detect memory leaks in code running in the browser?