Files
YouTube.js/docs/api/namespaces/Utils/functions/debugFetch.md
2024-11-22 06:24:56 -03:00

495 B

youtubei.js / Utils / debugFetch

Function: debugFetch()

debugFetch(input, init?): Promise<Response>

MDN Reference

Parameters

input: URL | RequestInfo

init?: RequestInit

Returns

Promise<Response>

Defined in

src/utils/Utils.ts:192