- _fetchData<T>(connection: string | ConnectionInfo, body?: Uint8Array, processFunc?: ((value: Uint8Array, response: FetchJsonResponse) => T)): Promise<T>
-
Parameters
-
-
Optional
body: Uint8Array
-
Optional
processFunc: ((value: Uint8Array, response: FetchJsonResponse) => T)
Returns Promise<T>