PWA offline music

Hi,

I cańt seem to find a way to create a simple music player with offline features. LocalStorage is meant for strings. The size is also limited.

Perhaps LocalForage?

why not just use the service worker cache?

Can you please provide a link to something similar?

You can also consider using IndexedDb! :computer:

I will check that out. Thanks