Tamlyn
Member since Oct 13, 2014
- Profile: /members/12347-tamlyn.htm
- URL: http://tamlyn.org
- Comments: 1
Recent Blog Comments By Tamlyn
-
Preloading Images In AngularJS With Promises
Posted on Oct 13, 2014 at 9:22 AM
I've found that some browsers (e.g. Chrome) will garbage collect your preloaded images if you haven't used them after a few seconds. To get around this, make sure you keep a reference to the Image objects you create. (And make sure you eventually release them too.)... read more »