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

lib: fix lib/internal/blob.js Blob.stream() for #48668 #48916 #48930

Closed
wants to merge 2 commits into from

Commits on Jul 26, 2023

  1. fix lib/internal/blob.js for nodejs#48668 nodejs#48916

    - also work example code in nodejs#48232
    bellbind committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e8dcf79 View commit details
    Browse the repository at this point in the history
  2. lib: fix lib/internal/blob.js Blob.stream() for nodejs#48668 nodejs#4…

    …8916
    
    Add lacked calling resolve() for finish ReadableStream source.pull().
    
    Fixes: nodejs#48668
    Fixes: nodejs#48916
    Fixes: nodejs#48232
    Refs: 8cc1438
    bellbind committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b7d9941 View commit details
    Browse the repository at this point in the history