Skip to content

PageIterator: matain the state of previous calls #981

Open
@plamber

Description

@plamber

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions