mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 16:18:17 +00:00
Update new.ts
This commit is contained in:
parent
f20fc86db2
commit
801d743557
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue