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

domain: remove .dispose() #15412

Closed
wants to merge 1 commit into from
Closed

Commits on Sep 19, 2017

  1. domain: remove .dispose()

    `domain.dispose()` is generally considered an anti-pattern, has been
    runtime-deprecated for over 4 years, and is a part of the `domain`
    module that can not be emulated by `async_hooks`; so remove it.
    
    Ref: https://nodejs.org/en/docs/guides/domain-postmortem/
    Ref: 4a74fc9
    addaleax committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    77da410 View commit details
    Browse the repository at this point in the history