API reference › @evolu/common › Http › testCreateNativeFetchErroringBody
function testCreateNativeFetchErroringBody(
error?: unknown,
): ReadableStream<Uint8Array<ArrayBufferLike>>;
Defined in: packages/common/src/Http.ts:542
Creates a Response body for NativeFetch tests that errors on first read.