fix: specify duplex half again

This commit is contained in:
Percs 2024-11-17 21:35:41 -06:00
parent 2e84592431
commit 1696cfa1db

View file

@ -160,6 +160,8 @@ export async function handleFetch(
method: ev.method, method: ev.method,
body: ev.body, body: ev.body,
headers: ev.requestHeaders, headers: ev.requestHeaders,
//@ts-expect-error no types
duplex: request.duplex,
})); }));
return await handleResponse( return await handleResponse(