Skip to content

Commit d5e4280

Browse files
authored
Update README.md
1 parent 450ba3a commit d5e4280

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,20 @@ Adapter object implements the following properties:
132132

133133
Adapater object implements the following methods
134134

135+
* Method `isBOF`
136+
137+
isBOF()
138+
139+
#### Description
140+
returns `true` if the first item of the dataset is already in the buffer. No further requests for preceding items will be issued, returns `false` otherwise.
141+
142+
* Method `isEOF`
143+
144+
isEOF()
145+
146+
#### Description
147+
returns `true` if the last item of the dataset is already in the buffer. No further requests for tailing items will be issued, returns `false` otherwise,
148+
135149
* Method `reload`
136150

137151
reload()

0 commit comments

Comments
 (0)