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

Further abstract storage API #979

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jjrscott
Copy link

Some platforms, notably the iOS simulator, change document.URL on every run, resulting in lost data.

Moving document.URL into storagewrapper.js allows for:
Cleaner calls in engine.js and globalVariables.js
Simpler overriding as now only the key is included in the call.

This change should have no effect on existing installations since the underlying localStorage keys remain the same.

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

Successfully merging this pull request may close these issues.

None yet

1 participant