From f0732afc4f42185fe38d90a51066981fd6dd4c01 Mon Sep 17 00:00:00 2001 From: Brandon Casey <2381475+brandonocasey@users.noreply.github.com> Date: Tue, 2 Feb 2021 12:16:34 -0500 Subject: [PATCH] chore: better worker build and synchronous web worker (#1033) --- index.html | 4 ++ package-lock.json | 15 ++++--- package.json | 2 +- scripts/index-demo-page.js | 18 ++++++-- scripts/rollup.config.js | 68 +++++++++++++++++------------- src/decrypter-worker.js | 67 +++++++++++++---------------- src/master-playlist-controller.js | 2 +- src/segment-loader.js | 2 +- src/transmuxer-worker.js | 28 ++++++------ test/loader-common.js | 2 +- test/media-segment-request.test.js | 5 +-- test/segment-transmuxer.test.js | 2 +- test/transmuxer-worker.test.js | 2 +- 13 files changed, 117 insertions(+), 100 deletions(-) diff --git a/index.html b/index.html index 03497569a..155407105 100644 --- a/index.html +++ b/index.html @@ -53,6 +53,10 @@

Options

Minified VHS (reloads player) +