You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading media files (e.g., .mp4, .jpg, etc.) using CacheManager.downloadFile(), the cached file is always stored with a .bin extension, regardless of the original URL's file extension.
This creates confusion when trying to:
Use file types based on extension (e.g., previewing .mp4 in a video player)
Debug or manage cache files
Persist/restore with accurate file type outside the cache manager