Skip to content

Interface: SolidConnectedContext

The Type of the SolidConnectedContext

Properties

fetch

Optional fetch: (input: RequestInfo | URL, init?: RequestInit) => Promise\<Response>(input: string | Request | URL, init?: RequestInit) => Promise\<Response>

Type declaration

▸ (input, init?): Promise\<Response>

MDN Reference

Parameters
Name Type
input RequestInfo | URL
init? RequestInit
Returns

Promise\<Response>

▸ (input, init?): Promise\<Response>

Parameters
Name Type
input string | Request | URL
init? RequestInit
Returns

Promise\<Response>

Defined in

packages/connected-solid/src/SolidConnectedPlugin.ts:11