javascript.memory-leaks icon indicating copy to clipboard operation
javascript.memory-leaks copied to clipboard

Example and resources with fixes and explanations about Javascript memory leaks

Javascript Memory Leaks Page

Examples

  • Global variables
    • Cache service
  • Callbacks
    • Endpoint status
  • Not killed timers
    • Gonzalo Ruiz de Villa Modified Example
  • Closures
    • Not used code
    • MeteorJS Example
    • Promise.race Example
  • DOM References
    • Simple static memory leak
  • jQuery

Resources