|
|
|
|
|
by frank2
2336 days ago
|
|
When invoking the deno command, the user has the option to grant or deny the command access to the file system, internet, environment. >loads code from the internet and runs it no questions asked I think this is a reference to the fact that Deno uses "Ecmascript modules" referenced as URLs the same way modern browsers do. |
|