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

🐛 Bug Report — a few quirks in node:dns #3291

Closed
vicb opened this issue Jan 6, 2025 · 1 comment · Fixed by #3292
Closed

🐛 Bug Report — a few quirks in node:dns #3291

vicb opened this issue Jan 6, 2025 · 1 comment · Fixed by #3292
Assignees

Comments

@vicb
Copy link
Contributor

vicb commented Jan 6, 2025

@anonrig

I was updating the matrix and noticed a few quirk for the dns impl:

A few missing contsants on dns:

  ADDRCONFIG: 1024,
  ALL: 256,
  V4MAPPED: 2048,

More importantly dns.promises is undefined (where import dns from 'node:dns';) - note that import dnsP from 'node:dns/promises'; works as expected.

@anonrig
Copy link
Member

anonrig commented Jan 6, 2025

Nice catch. I'll address them asap. Thanks @vicb

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

Successfully merging a pull request may close this issue.

2 participants