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

fix(ext/net): resolveDns tts option #27676

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

siaeyy
Copy link
Contributor

@siaeyy siaeyy commented Jan 15, 2025

Releated issiue #27669

Added tts option to Deno.resolveDns, with that created a new return type: RecordWithTts (similiar with node)
Now node/dns resolve4 and resolve6 work well with tts option

I'm not so sure about some points, like objects that have RecordWithTts type have null prototype, i dont know how to handle this in op function.
And the test case fails because of compressing ipv6 (:0: differences)
I can change the pr to draft after a review

✔ tools/format
✔ tools/lint
✖ cargo/test
✖ jsdoc

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 this pull request may close these issues.

1 participant