LINUX.ORG.RU

История изменений

Исправление vertexua, (текущая версия) :

Или вот, качаем свой же код

✦ ❯ docker run -it --rm maxmcd/deno sh -c "deno  --allow-net=deno.land https://deno.land/std/examples/curl.ts https://deno.land/std/examples/curl.ts"
Download https://deno.land/std/examples/curl.ts
Compile https://deno.land/std/examples/curl.ts
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
const url_ = Deno.args[1];
const res = await fetch(url_);
await Deno.copy(Deno.stdout, res.body);

Исходная версия vertexua, :

Или вот, качаем свой же код

✦ ❯ docker run -it --rm maxmcd/deno sh -c "deno  --allow-net=deno.land https://deno.land/std/examples/curl.ts https://deno.land/std/examples/curl.ts"
Download https://deno.land/std/examples/curl.ts
Compile https://deno.land/std/examples/curl.ts
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
const url_ = Deno.args[1];
const res = await fetch(url_);
await Deno.copy(Deno.stdout, res.body);