MfromWeb
Bun

method

http.IncomingMessage.fromWeb

static fromWeb(
readableStream: ReadableStream,
options?: Pick<ReadableOptions<Readable>, 'signal' | 'encoding' | 'highWaterMark' | 'objectMode'>

A utility method for creating a Readable from a web ReadableStream.