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