Hacker News new | ask | show | jobs
Show HN: The browser can store offline files (offline-media-storage.vercel.app)
4 points by quacky_batak 1090 days ago
1 comments

You can also use a ServiceWorker to implement caching using its fetch proxy and local offline storage. You can even build whole Progressive Web Apps to run offline.