We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
is it OK to assume that if local storage (eg. in Opera mini) is not supported then it'll automatically fallback to network with caching.
what happens when localstorage's capacity is reached?
If it has to hit the server for a file, would it allow cached files? See https://api.jquery.com/jquery.getscript/ for example.
Any plans to make it compatible with libraries like Localforage to support other storage types (if local storage is full etc)?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
is it OK to assume that if local storage (eg. in Opera mini) is not supported then it'll automatically fallback to network with caching.
what happens when localstorage's capacity is reached?
If it has to hit the server for a file, would it allow cached files? See https://api.jquery.com/jquery.getscript/ for example.
Any plans to make it compatible with libraries like Localforage to support other storage types (if local storage is full etc)?
The text was updated successfully, but these errors were encountered: