Hacker News new | ask | show | jobs
by _joev 4038 days ago
"Native desktop" spotify is just a web app wrapped into an embedded Chromium browser.
1 comments

"just" a browser with a lot of native technology baked in to enhance the experience. Playlist caching for one.
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.