diff --git a/plugos/syscalls/fetch.ts b/plugos/syscalls/fetch.ts index 085c2b5..4e46ddc 100644 --- a/plugos/syscalls/fetch.ts +++ b/plugos/syscalls/fetch.ts @@ -14,6 +14,7 @@ export async function sandboxFetch( req && { method: req.method, headers: req.headers, + body: req.body, }, ); const body = await (await result.blob()).arrayBuffer();