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>
This commit is contained in:
parent
ef5d5f888d
commit
bee5d94886
4 changed files with 43 additions and 3 deletions
3
spec/fixtures/api/utility-process/dns-result-order.js
vendored
Normal file
3
spec/fixtures/api/utility-process/dns-result-order.js
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
const dns = require('node:dns');
|
||||
console.log(dns.getDefaultResultOrder());
|
||||
process.exit(0);
|
Loading…
Add table
Add a link
Reference in a new issue