Answers for "deno allow net"

0

deno allow net

// --allow-net permission is mandatory in deno
// to allow network access
deno run --allow-net script.ts
Posted by: Guest on July-21-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language