dannycalleri / progressive-downloader-ts

Demo for a download widget built using a Progressive Enhancement strategy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progressive downloader demo

Small demo of a downloader widget written in plain TypeScript using Progressive Enhancement techniques.

Try it

  1. npm install
  2. Place a big ZIP file (> 1GB suggested) called package.zip inside public/files/
  3. Change TOTAL_BYTES constant in app.ts, matching your file size
  4. npm start

About

Demo for a download widget built using a Progressive Enhancement strategy


Languages

Language:TypeScript 90.6%Language:HTML 5.4%Language:JavaScript 4.0%