- Preparing search index...
- The search index is not available
neuroglancer
Function withChunkManager
- withChunkManager<T>(Base: T): {
prototype: __type<any>;
new (...args: any[]): __type<T>;
} & T
-
Returns {
prototype: __type<any>;
new (...args: any[]): __type<T>;
} & T
Mixin that adds a chunkManager property initialized from the RPC-supplied options.
The resultant class implements
ChunkRequester
.