angular-indexedDB icon indicating copy to clipboard operation
angular-indexedDB copied to clipboard

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

Open JackoPlane opened this issue 11 years ago • 2 comments

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 avatar Sep 07 '14 08:09 JackoPlane

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.

JackoPlane avatar Sep 07 '14 09:09 JackoPlane

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

bramski avatar Sep 28 '14 23:09 bramski