mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-16 19:12:24 +00:00
chore: update docs
This commit is contained in:
@@ -2,20 +2,40 @@
|
||||
|
||||
# Function: debugFetch()
|
||||
|
||||
## debugFetch(input, init)
|
||||
|
||||
> **debugFetch**(`input`, `init`?): `Promise`\<`Response`\>
|
||||
|
||||
[MDN Reference](https://developer.mozilla.org/docs/Web/API/fetch)
|
||||
|
||||
## Parameters
|
||||
### Parameters
|
||||
|
||||
• **input**: `URL` \| `RequestInfo`
|
||||
|
||||
• **init?**: `RequestInit`
|
||||
|
||||
## Returns
|
||||
### Returns
|
||||
|
||||
`Promise`\<`Response`\>
|
||||
|
||||
## Defined in
|
||||
### Defined in
|
||||
|
||||
[src/utils/Utils.ts:207](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/utils/Utils.ts#L207)
|
||||
[src/utils/Utils.ts:207](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L207)
|
||||
|
||||
## debugFetch(input, init)
|
||||
|
||||
> **debugFetch**(`input`, `init`?): `Promise`\<`Response`\>
|
||||
|
||||
### Parameters
|
||||
|
||||
• **input**: `string` \| `URL` \| `Request`
|
||||
|
||||
• **init?**: `RequestInit`
|
||||
|
||||
### Returns
|
||||
|
||||
`Promise`\<`Response`\>
|
||||
|
||||
### Defined in
|
||||
|
||||
[src/utils/Utils.ts:207](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/utils/Utils.ts#L207)
|
||||
|
||||
Reference in New Issue
Block a user