Dashboard › opencode › Distillation
8029fd9a-5b8c-48a1-a9b3-88139b46c9e9["lore_tm_v1_87-kLeV0alyJewGbZ-9HQr05fxMnaZqnTQ0HV40E2t0"]
Date: Sep 8, 2026
globalThis.fetch in /home/byk/.local/share/opencode/repos/github.com/Effect-TS/effect-smol/packages/effect/src/unstable/http/FetchHttpClient.ts: line 6 documents Node.js environments where globalThis.fetch is available; line 25 says the client defaults to globalThis.fetch; lines 30–31 define Fetch as Context.Reference<typeof globalThis.fetch>("effect/http/FetchHttpClient/Fetch", { defaultValue: () => globalThis.fetch }); line 50 contains the context key "effect/http/FetchHttpClient/RequestInit"; line 102 documents runtimes with globalThis.fetch.