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.ADNAME is a mistype in Node.js core dns module and will be removed #1

Closed
ChALkeR opened this issue Sep 26, 2015 · 1 comment
Closed

Comments

@ChALkeR
Copy link

ChALkeR commented Sep 26, 2015

See nodejs/node#3050, nodejs/node#3076, nodejs/node#3051.

Line: dns.js#L7.

@ChALkeR
Copy link
Author

ChALkeR commented Sep 26, 2015

I guess you could use something like

  ADNAME: { enumerable: true, value: dns.ADNAME || 'EADNAME' },
  BADNAME: { enumerable: true, value: dns.BADNAME || 'EBADNAME' },

or just

  BADNAME: { enumerable: true, value: dns.BADNAME || 'EBADNAME' },

@cscott cscott closed this as completed in d50bca0 Oct 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant