MCPcopy
hub / github.com/nodejs/undici / next

Method next

types/fetch.d.ts:64–64  ·  view source on GitHub ↗
(...args: [] | [TNext])

Source from the content-addressed store, hash-verified

62
63export interface SpecIterator<T, TReturn = any, TNext = undefined> {
64 next(...args: [] | [TNext]): IteratorResult<T, TReturn>;
65}
66
67export interface SpecIteratorObject<T, TReturn = undefined, TNext = unknown> extends SpecIterator<T, TReturn, TNext> {

Callers 9

pullFunction · 0.65
setMethod · 0.65
recordMethod · 0.65
toSortedArrayMethod · 0.65
httpNetworkFetchFunction · 0.65
index.jsFile · 0.65
iterators.jsFile · 0.65
issue-2844.jsFile · 0.65
headers.jsFile · 0.65

Implementers 1

FastIterableIteratorlib/web/fetch/util.js

Calls

no outgoing calls

Tested by

no test coverage detected