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

async_hooks: remove deprecated emitBefore and emitAfter #26530

Closed
wants to merge 1 commit into from

Commits on Mar 15, 2019

  1. async_hooks: remove deprecated emitBefore and emitAfter

    AsyncResource.emitBefore and AsyncResource.emitAfter have been
    deprecated in nodejs#18632. This PR removes
    it all.
    This commit also updates some embedder tests to use internal APIs.
    The conditions are still possible for Node.js core developers but not
    for end users.
    mcollina committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    68a5477 View commit details
    Browse the repository at this point in the history