Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/tools/release/deps.ts>dax.RequestBuilder#showProgress

A modern runtime for JavaScript and TypeScript.
Go to Latest
method dax.RequestBuilder.prototype.showProgress
Re-export
import { dax } from "https://deno.land/x/deno@v1.39.3/tools/release/deps.ts";
const { RequestBuilder } = dax;

Shows a progress bar while downloading with the provided options.

Parameters

opts: { noClear?: boolean; }

Shows a progress bar while downloading.

Parameters

optional
show: boolean