the same as before
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 19s
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 19s
This commit is contained in:
parent
5e0071f15d
commit
3c5f7dc6c2
2 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
<div
|
||||
class="h-full bg-gradient-to-r from-green-400 to-green-600 transition-all duration-300"
|
||||
style="width: {progress}%"
|
||||
> </div>
|
||||
></div>
|
||||
</div>
|
||||
<p class="mt-2 text-center text-pink-400">{progress}%</p>
|
||||
</div>
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
const chunks: Uint8Array[] = [];
|
||||
let receivedLength = 0;
|
||||
|
||||
|
||||
while (true) {
|
||||
const { done, value }: ReadableStreamReadResult<Uint8Array> = await reader!.read();
|
||||
if (done) break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue