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: runtime deprecate access to process.binding('http_parser') #37813

Commits on Mar 30, 2021

  1. lib: runtime deprecate access to process.binding('http_parser')

    The internal HTTP Parser constructor and methods list are available
    via `require('_http_parser')`, there's no need for the ecosystem to
    access via `process.binding()`
    
    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    66a277c View commit details
    Browse the repository at this point in the history