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

Reserve Cache name prefix for internal browser use #424

Closed
wanderview opened this issue Aug 22, 2014 · 1 comment
Closed

Reserve Cache name prefix for internal browser use #424

wanderview opened this issue Aug 22, 2014 · 1 comment
Labels

Comments

@wanderview
Copy link
Member

For various reasons the browser may wish to store data in the CacheStorage facility for the origin. For example, to implement ServiceWorkerGlobalScope.scriptCache.

It would be nice to reserve a cache name prefix for use for by the browser for these purposes. Something like 'internal'. So if content tries to pass something like '__internal__whatever' to CacheStorage, then the promises will always reject.

@wanderview
Copy link
Member Author

Just wanted to note that I've implemented things on our end such that we don't need this. I'm going to close the issue unless someone else feels it would be useful for other implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants