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
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
Paged iteration can generate the stream version of the response. Instead of callback / Promise, it returns a Node.JS Stream which emits elements on data event. Reported that this stream can't stop properly in the middle, which causes unnecessary method calls which can damage usage quota.