fix: add missing controller.enqueue

This commit is contained in:
Derrick Hammer 2023-06-24 04:10:51 -04:00
parent 68fec66069
commit 2aa53faf00
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ export async function getVerifiableStream(
done(controller);
}
}
controller.enqueue(chunk.value);
},
async cancel(reason: any) {
await reader.cancel(reason);