Hacker News new | ask | show | jobs
by flurp 4038 days ago
"just" a browser with a lot of native technology baked in to enhance the experience. Playlist caching for one.
1 comments

localStorage.getItem("myPlaylist")

I'm not saying that's what they use, it could be WebSQL, IndexedDB, FileAPI - local data storage is built into your browser.