mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-24 22:56:26 -08:00
OOPS
This commit is contained in:
parent
37216c8166
commit
7d18a60589
|
@ -80,7 +80,7 @@ export interface StatusCodeError {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @description This function does not respect backpressure and should be worked out of the codebase. Superseded by startPushingWebStream()
|
* @deprecated This function does not respect backpressure and should be worked out of the codebase. Superseded by startPushingWebStream()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
async function pushWebStream(stream: Readable, webStream: ReadableStream) {
|
async function pushWebStream(stream: Readable, webStream: ReadableStream) {
|
||||||
|
|
Loading…
Reference in a new issue