mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-16 19:12:24 +00:00
896 B
896 B
youtubei.js / Utils / debugFetch
Function: debugFetch()
debugFetch(input, init)
debugFetch(
input,init?):Promise<Response>
Parameters
• input: URL | RequestInfo
• init?: RequestInit
Returns
Promise<Response>
Defined in
debugFetch(input, init)
debugFetch(
input,init?):Promise<Response>
Parameters
• input: string | URL | Request
• init?: RequestInit
Returns
Promise<Response>