pnp / pnpjs

Fluent JavaScript API for SharePoint and Microsoft Graph REST APIs
https://pnp.github.io/pnpjs/
Other
753 stars 304 forks source link

Fix sp/items Get Paged Items async iterator documentation #3066

Closed dheniges closed 3 months ago

dheniges commented 3 months ago

Category

Related Issues

What's in this Pull Request?

The documentation example for Get Paged Items incorrectly shows invoking a .items() function to access an AsyncIterator, when the correct usage is not to call the function. I have updated the example.

juliemturner commented 3 months ago

Thank you!