mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
more duplex stuff
This commit is contained in:
parent
1696cfa1db
commit
9595a02e7b
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ export async function handleFetch(
|
|||
body: ev.body,
|
||||
headers: ev.requestHeaders,
|
||||
//@ts-expect-error no types
|
||||
duplex: request.duplex,
|
||||
duplex: "half",
|
||||
}));
|
||||
|
||||
return await handleResponse(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue