ProxiedFetch
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / ProxiedFetch
Type Alias: ProxiedFetch
Section titled “Type Alias: ProxiedFetch”ProxiedFetch = (
url,options?) =>Promise<Response>
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17049
Fetch function type with optional agent
Parameters
Section titled “Parameters”string | URL
options?
Section titled “options?”RequestInit & object
Returns
Section titled “Returns”Promise<Response>