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
Hello Jason,
I have found a bug / performance tweak in this adapter. It causes saving unnecessary data in storage.
Conditions:
resource
find
findAll
destroyAll
OR
destroy
Result:
Unnecessary id map for resource with value {} is created in localstorage.
{}
I dont like it because:
I think that the problem is in this line https://github.com/js-data/js-data-localstorage/blob/master/dist/js-data-localstorage.js#L159
The text was updated successfully, but these errors were encountered:
3c6861a
Works like a charm. Thanks much for the quick fix.
Sorry, something went wrong.
No branches or pull requests
Hello Jason,
I have found a bug / performance tweak in this adapter. It causes saving unnecessary data in storage.
Conditions:
resource
with this adapterfind
orfindAll
ordestroyAll
OR
resource
destroy
on inResult:
Unnecessary id map for
resource
with value{}
is created in localstorage.I dont like it because:
I think that the problem is in this line https://github.com/js-data/js-data-localstorage/blob/master/dist/js-data-localstorage.js#L159
The text was updated successfully, but these errors were encountered: