mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-12 02:14:48 +00:00
fix TS changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export class ProgressiveArray {
|
||||
read?: ReadableStreamDefaultReader<Uint8Array>;
|
||||
controller: AbortController;
|
||||
cbuff? = new Uint8Array(0);
|
||||
cbuff?: Uint8Array<ArrayBufferLike> = new Uint8Array(0);
|
||||
index = 0;
|
||||
sizeLeft = 0;
|
||||
ready: Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user