Update new.ts

This commit is contained in:
Sam Poder 2023-02-25 10:03:55 +08:00
parent f20fc86db2
commit 801d743557

View file

@ -79,6 +79,7 @@ export default async (req: Request) => {
}
const decoder = new TextDecoder();
console.log(req)
const buf = await req.arrayBuffer();
console.log(decoder.decode(buf))
console.log(buf)