- Preparing search index...
- The search index is not available
neuroglancer
- makeRequest(httpCall: HttpCall & {
responseType: "arraybuffer";
}, cancellationToken?: CancellationToken): Promise<ArrayBuffer>
-
Parameters
-
httpCall: HttpCall & {
responseType: "arraybuffer";
}
-
Returns Promise<ArrayBuffer>
- makeRequest(httpCall: HttpCall & {
responseType: "json";
}, cancellationToken?: CancellationToken): Promise<any>
-
Parameters
-
httpCall: HttpCall & {
responseType: "json";
}
-
Returns Promise<any>
- makeRequest(httpCall: HttpCall & {
responseType: "";
}, cancellationToken?: CancellationToken): Promise<any>
-
Parameters
-
httpCall: HttpCall & {
responseType: "";
}
-
Returns Promise<any>