You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as you may have noticed that in the value 'paylaod', the 'rows' could be the array value 'rows' before, not a strange object makes me have to get index first then get the array member by an anonymous function.
it should be like this:
My apologies for the delay, thanks for the feedback. You are right that it would be more efficient to return an array, however we do not to break the number of applications using this plugin. It is desired to return an array object with [] access but with item() function access, which seems to be consistent with Android HTML5 Web SQL access (using window.openDatabase). For consideration in a future release, would probably be sometime in 2H 2018. I took the liberty to update the title to better reflect what is actually wanted.
this is the origin code:
as you may have noticed that in the value 'paylaod', the 'rows' could be the array value 'rows' before, not a strange object makes me have to get index first then get the array member by an anonymous function.
it should be like this:
The text was updated successfully, but these errors were encountered: