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

$asc() and $desc() use deprecated constants #40

Open
JackoPlane opened this issue Sep 7, 2014 · 2 comments
Open

$asc() and $desc() use deprecated constants #40

JackoPlane opened this issue Sep 7, 2014 · 2 comments

Comments

@JackoPlane
Copy link

As per this Mozilla bug, PREV, NEXT, PREVUNIQUE and NEXTUNIQUE are deprecated. This can cause issues in Google Chrome due to the way Chrome implements the IndexedDB specification:

Be careful in Chrome as it still implements the old specification along the new one. Similarly it still has the prefixed webkitIndexedDB property even if the unprefixed indexedDB is present.

@JackoPlane
Copy link
Author

On deeper inspection, the root cause of $asc() and $desc() not apply any results is due to the change from ".order" and ".direction". Will submit pull request.

@bramski
Copy link

bramski commented Sep 28, 2014

Will this be an issue in the new codebase @JackoPlane ? Please re-open this issue over there if that is the case.

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

No branches or pull requests

2 participants