MCPcopy Create free account
hub / github.com/MathMan05/Fermi /

Class

src/webpage/utils/progessiveLoad.ts:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export class ProgressiveArray {
2 read?: ReadableStreamDefaultReader<Uint8Array>;
3 controller: AbortController;
4 cbuff?: Uint8Array<ArrayBufferLike> = new Uint8Array(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected