Guest User

Untitled

a guest
Nov 15th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. localDB
  2. .query('my_index/by_name', {key: 'foo'})
  3. .then((res) => { /* handle result */ })
  4. .catch((err) => { /* handle error */ });
Add Comment
Please, Sign In to add comment