This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
Actions
a85c2d1c1e
electron
/
spec
/
fixtures
/
api
/
utility-process
/
dns-result-order.js
5 lines
93 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: support dns-result-order Node.js cli flag (#39376) * feat: support dns-result-order Node.js cli flag * chore: update docs Co-authored-by: Erick Zhao <erick@hotmail.ca> * chore: remove patch --------- Co-authored-by: Erick Zhao <erick@hotmail.ca>
2023-08-15 10:19:45 +00:00
const
dns
=
require
(
'node:dns'
)
;
build: add import/order eslint rule (#44107) build: add import/order eslint rule (#44085) * build: add import/order eslint rule * chore: run lint:js --fix
2024-10-03 04:36:15 +00:00
feat: support dns-result-order Node.js cli flag (#39376) * feat: support dns-result-order Node.js cli flag * chore: update docs Co-authored-by: Erick Zhao <erick@hotmail.ca> * chore: remove patch --------- Co-authored-by: Erick Zhao <erick@hotmail.ca>
2023-08-15 10:19:45 +00:00
console
.
log
(
dns
.
getDefaultResultOrder
(
)
)
;
process
.
exit
(
0
)
;
Reference in a new issue
Copy permalink