The current cacheArticles function causes performance problems and can also run into errors with the indexedDB calls in the Reader logic. We should probably just use the Reader logic as inspiration to come up with our own way for caching these articles, since that code isn't designed for trying to download and cache 20 articles at once.
The current cacheArticles function causes performance problems and can also run into errors with the indexedDB calls in the Reader logic. We should probably just use the Reader logic as inspiration to come up with our own way for caching these articles, since that code isn't designed for trying to download and cache 20 articles at once.