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

feat(unstable): add Deno.networkInterfaces #13475

Merged
merged 1 commit into from
Jan 24, 2022

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Jan 24, 2022

This PR adds an unstable new API Deno.networkInterfaces which returns an array of network interface informations.

closes #8137

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, @bnoordhuis PTAL

@bartlomieju
Copy link
Member

@kt3k maybe tag as feat(unstable) so we could land it in 1.18.1?

@kt3k kt3k changed the title feat(runtime): add Deno.networkInterfaces feat(unstable): add Deno.networkInterfaces Jan 24, 2022
@kt3k
Copy link
Member Author

kt3k commented Jan 24, 2022

@kt3k maybe tag as feat(unstable) so we could land it in 1.18.1?

Sounds like a good idea! Merging with feat(unstable)

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.

Get all the network interfaces in Deno
3 participants