Files
YouTube.js/docs/api/namespaces/Utils/functions/debugFetch.md
2025-06-08 13:48:03 -03:00

22 lines
495 B
Markdown

[youtubei.js](../../../README.md) / [Utils](../README.md) / debugFetch
# Function: debugFetch()
> **debugFetch**(`input`, `init`?): `Promise`\<`Response`\>
[MDN Reference](https://developer.mozilla.org/docs/Web/API/fetch)
## Parameters
**input**: `URL` \| `RequestInfo`
**init?**: `RequestInit`
## Returns
`Promise`\<`Response`\>
## Defined in
[src/utils/Utils.ts:207](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L207)