ProxiedFetch()
SIP Protocol API Reference v0.7.4
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-DXh2IGkz.d.ts:16945
Fetch function type with optional agent
Parameters
Section titled “Parameters”string | URL
options?
Section titled “options?”RequestInit & object
Returns
Section titled “Returns”Promise<Response>