RustyTube
RustyTube copied to clipboard
Switch from LocalStorage to IndexedDB
LocalStorage is too restrictive on size limits.
With IndexedDB, RustyTube could:
- Cache channel images
- Cache trending/popular/subs pages
- Cache video info
- Cache history
and more.