Skip to content

Streams aren't implemented according to Node.js documentation #110

@gordonmleigh

Description

@gordonmleigh

According to the Node.js docs stream implementations should override _destroy and not destroy as you have, and they should accept a second parameter which is a callback. Without the callback, async iteration breaks.

I can contribute a PR unless there's a reason the spec hasn't been followed?

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