You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function will determine whether it is required to stream any further list items
It will be called automatically from streamLeafListItem (which is called from StreamListItem), to avoid unnecessary streaming (and therefore unnecessary hydrate calls)
It may also be called directly from plugins to determine whether to fetch another page of data from their API
The text was updated successfully, but these errors were encountered:
kaidaguerre
changed the title
StreamListItem should perform context cancellation and limit checking and do nothing if they fail
Add function ShouldStreamListItem which performs context cancellation and limit checking and returns false if they fail
Sep 20, 2021
The function will determine whether it is required to stream any further list items
It will be called automatically from
streamLeafListItem
(which is called fromStreamListItem
), to avoid unnecessary streaming (and therefore unnecessary hydrate calls)It may also be called directly from plugins to determine whether to fetch another page of data from their API
The text was updated successfully, but these errors were encountered: