fix: add missing controller.enqueue
This commit is contained in:
parent
68fec66069
commit
2aa53faf00
|
@ -91,6 +91,8 @@ export async function getVerifiableStream(
|
||||||
done(controller);
|
done(controller);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
controller.enqueue(chunk.value);
|
||||||
},
|
},
|
||||||
async cancel(reason: any) {
|
async cancel(reason: any) {
|
||||||
await reader.cancel(reason);
|
await reader.cancel(reason);
|
||||||
|
|
Loading…
Reference in New Issue