Skip to content

feat(typescript): Update isomorphic-fetch file to allow for response streaming #124

feat(typescript): Update isomorphic-fetch file to allow for response streaming

feat(typescript): Update isomorphic-fetch file to allow for response streaming #124

Re-run triggered January 20, 2026 06:54
Status Failure
Total duration 57s
Artifacts
Matrix: Test TypeScript Encoding / Decoding
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Test TypeScript Encoding / Decoding (samples/client/others/typescript/encode-decode/test, 22)
Property 'stream' is missing in type '{ binary: () => Promise<never>; text: () => Promise<string>; }' but required in type 'ResponseBody'.
Test TypeScript Encoding / Decoding (samples/client/others/typescript/encode-decode/test, 22)
Property 'stream' is missing in type '{ binary: () => Promise<never>; text: () => Promise<string>; }' but required in type 'ResponseBody'.
Test TypeScript Encoding / Decoding (samples/client/others/typescript/encode-decode/test, 20)
Property 'stream' is missing in type '{ binary: () => Promise<never>; text: () => Promise<string>; }' but required in type 'ResponseBody'.
Test TypeScript Encoding / Decoding (samples/client/others/typescript/encode-decode/test, 20)
Property 'stream' is missing in type '{ binary: () => Promise<never>; text: () => Promise<string>; }' but required in type 'ResponseBody'.
Test TypeScript Encoding / Decoding (samples/client/others/typescript/encode-decode/test, 24)
Property 'stream' is missing in type '{ binary: () => Promise<never>; text: () => Promise<string>; }' but required in type 'ResponseBody'.
Test TypeScript Encoding / Decoding (samples/client/others/typescript/encode-decode/test, 24)
Property 'stream' is missing in type '{ binary: () => Promise<never>; text: () => Promise<string>; }' but required in type 'ResponseBody'.