Skip to content

types for constructor are incomplete #443

@rokerkony

Description

@rokerkony

hey,
after upgrade to 2.5.* the types are disallowing to pass specific stream options via constructor, e.g.:

const formData: FormData = new FormData({
    encoding: file.encoding,
    objectMode: true,
});

If I'm correct it should extend the constructor from stream.Readable...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions