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

dns: add promisified dns module #21264

Merged
merged 2 commits into from
Jun 20, 2018
Merged

dns: add promisified dns module #21264

merged 2 commits into from
Jun 20, 2018

Commits on Jun 20, 2018

  1. dns: add promisified dns module

    PR-URL: nodejs#21264
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    cjihrig committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    7486c4d View commit details
    Browse the repository at this point in the history
  2. dns: remove Resolver#cancel() from promises API

    Because reasons.
    
    PR-URL: nodejs#21264
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    cjihrig committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    a77b30c View commit details
    Browse the repository at this point in the history