Type Alias QwpBrowserFetch
QwpBrowserFetch: (input: string | URL, init?: RequestInit) => Promise<Response>
Type declaration
- (input: string | URL, init?: RequestInit): Promise<Response>
Parameters
- input: string | URL
Optionalinit: RequestInit
Returns Promise<Response>