/* * Offline media cache for the Tizen player. * * Tizen was the one player that cached NOTHING but the playlist. A panel could come back from a * reboot knowing exactly what to show and then fetch every frame of it from a server that was not * there — the playlist survived the outage and the content did not, which from the floor looks the * same as having nothing at all. `offline.cache` is deliberately absent from the Tizen capability * baseline for exactly this reason; this is what makes it earnable. * * A service worker is not available here: the widget runs from an app:// origin, so the mechanism * the web player uses does not exist. The platform's own persistent store does: tizen.filesystem * under wgt-private, which survives reboots and app updates, and whose file:// URI both