Skip to content

Commit

Permalink
Merge pull request #79 from mmacfadden/master
Browse files Browse the repository at this point in the history
Added the FDBCursor.request accessor.
  • Loading branch information
dumbmatter authored Nov 29, 2022
2 parents c23a612 + 8f2555f commit 4eb61f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/FDBCursor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ class FDBCursor {
/* For babel */
}

get request() {
return this._request;
}
set request(val) {
/* For babel */
}

get direction() {
return this._direction;
}
Expand Down

0 comments on commit 4eb61f2

Please sign in to comment.