Skip to content

Property 'pipe' does not exist on type 'ReadableWebToNodeStream' #826

@non-bin

Description

@non-bin

I'm using Bun and TypeScript so one of those might be the problem

function doStuff(webReadbleStream: ReadableStream) {
  const nodeStream = new ReadableWebToNodeStream(webReadbleStream);

  nodeStream.pipe(nodeTransform()) // Property 'pipe' does not exist on type 'ReadableWebToNodeStream'
    .on('data', doMoreStuff);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions