Skip to content

Commit 4eb61f2

Browse files
authored
Merge pull request #79 from mmacfadden/master
Added the FDBCursor.request accessor.
2 parents c23a612 + 8f2555f commit 4eb61f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/FDBCursor.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ class FDBCursor {
108108
/* For babel */
109109
}
110110

111+
get request() {
112+
return this._request;
113+
}
114+
set request(val) {
115+
/* For babel */
116+
}
117+
111118
get direction() {
112119
return this._direction;
113120
}

0 commit comments

Comments
 (0)