Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New backend proposal: CacheStorageFS #191

Open
billiegoose opened this issue Aug 1, 2017 · 2 comments
Open

New backend proposal: CacheStorageFS #191

billiegoose opened this issue Aug 1, 2017 · 2 comments

Comments

@billiegoose
Copy link
Contributor

I'm not actually working on this yet (I'm still using IndexedDB in the Service Worker), but I think it would be cool so I'll write this idea down anyway.

It's still experimental, but the CacheStorage API is very cool:

  • it's a key / value store
  • for arbitrary files (no need to serialize/deserialize)
  • supports streaming
  • no fixed size limits (limits are determined by the quota API which is still in development)
  • caches global available in both Window and Service Worker scopes
  • supports quickly downloading and caching a batch of files for offline access via Cache.addAll()
@jvilk
Copy link
Owner

jvilk commented Aug 1, 2017

Sounds nice. I would call it CacheStorageFS instead, since I would like to have some sort of generic caching file system implemented in the future (#95).

@billiegoose billiegoose changed the title New backend proposal: CacheFS New backend proposal: CacheStorageFS Aug 1, 2017
Repository owner locked and limited conversation to collaborators Oct 25, 2023
@dr-vortex
Copy link
Collaborator

@dr-vortex dr-vortex closed this as not planned Won't fix, can't repro, duplicate, stale Oct 25, 2023
Repository owner unlocked this conversation May 17, 2024
@dr-vortex dr-vortex reopened this May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants