the same as before
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 19s

This commit is contained in:
0d0 2025-04-22 20:57:13 +02:00
parent 5e0071f15d
commit 3c5f7dc6c2
2 changed files with 1 additions and 2 deletions

View file

@ -44,7 +44,6 @@
const chunks: Uint8Array[] = [];
let receivedLength = 0;
while (true) {
const { done, value }: ReadableStreamReadResult<Uint8Array> = await reader!.read();
if (done) break;