Deno.networkInterfaces
Unstable new API. yet to be vetted.
Returns an array of the network interface informations.
console.log(Deno.networkInterfaces());
Requires allow-env
permission.
Unstable new API. yet to be vetted.
Returns an array of the network interface informations.
console.log(Deno.networkInterfaces());
Requires allow-env
permission.