mirror of
https://github.com/danbulant/Mangades
synced 2026-05-27 05:42:32 +00:00
even more debug
This commit is contained in:
parent
7e0995b2d4
commit
7912c4d0b3
1 changed files with 4 additions and 1 deletions
|
|
@ -14,6 +14,9 @@ export async function GET({ url }) {
|
||||||
headers: Object.fromEntries(ret.headers.entries()),
|
headers: Object.fromEntries(ret.headers.entries()),
|
||||||
body: data,
|
body: data,
|
||||||
url: ret.url,
|
url: ret.url,
|
||||||
original: url.searchParams.get('url')
|
original: url.searchParams.get('url'),
|
||||||
|
code: ret.status,
|
||||||
|
text: ret.statusText,
|
||||||
|
type: ret.type
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue