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

Interface SpecIterableIterator

types/fetch.d.ts:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87export interface SpecIterableIterator<T> extends SpecIteratorObject<T> {
88 [Symbol.iterator](): SpecIterableIterator<T>;
89}
90
91export interface SpecIterable<T> {
92 [Symbol.iterator](): SpecIterableIterator<T>;

Callers

nothing calls this directly

Implementers 2

MockCallHistorylib/mock/mock-call-history.js
HeadersListlib/web/fetch/headers.js

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…