↧
Loading and hiding export job alerts is done in a single web worker.
Unifying two workers into one means less overhead.
View ArticleLoading and hiding import job alerts is done in a single web worker.
Unifying two workers into one means less overhead.
View ArticleUnified all web workers used by jobStateSvc into a single worker.
This reduces overhead.
View ArticleMoved method that requests a feed refresh to a new angularjs service.
Better separation of concerns.
View ArticleInstantiate a new XmlHttpRequest object every time an HTTP request if perform...
Sharing xhr objects is a bad idea. If a new request is sent while another is running, the older request is canceled.
View Article