Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: make unshift doc compliant with push doc #28953

Closed
wants to merge 3 commits into from

Commits on Aug 4, 2019

  1. doc: make unshift doc compliant with push doc

    readable.unshift() also allows to pass null and end stream
    
    readable.push() don't allow null when in object mode
    EduardoRFS committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    6bb3112 View commit details
    Browse the repository at this point in the history
  2. Update doc/api/stream.md

    Co-Authored-By: mscdex <[email protected]>
    EduardoRFS and mscdex authored Aug 4, 2019
    Configuration menu
    Copy the full SHA
    69798b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    6234ca3 View commit details
    Browse the repository at this point in the history