This commit is contained in:
split / May 2023-12-23 08:01:03 -08:00
parent 37216c8166
commit 7d18a60589

View file

@ -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) {