Open
Description
Feature Request
Maintain the state of all previous calls in the PageIterator.
Is your feature request related to a problem? Please describe
We are using the PageIterator to create an "Infinite Scroll" capability on our SPA application. Unfortunately, when iterating, we have to maintain the state of previous calls in a separate array.
Describe the solution you'd like
Expose an array of objects with all the results returned by the PageIterator.
Describe alternatives you've considered
We created a wrapper around the PageIterator to save the previous state of all results in an array.