hls.js

v0.14.8-0.alpha.5796
JavaScript HLS client using MediaSourceExtension

dev

webpack-dev-server --progress --env.debug --env.demo --port 8000

docs

esdoc

lint

./scripts/lint.sh

test

npm run test:unit && npm run test:func

build

webpack --progress

start

npm run dev

pretest

npm run lint

build:ci

webpack

lint:fix

./scripts/lint.sh --fix

test:func

BABEL_ENV=development mocha --require @babel/register tests/functional/auto/setup.js --timeout 40000 --exit

test:unit

karma start karma.conf.js

lint:quiet

./scripts/lint.sh --quiet

type-check

tsc --noEmit

build:debug

webpack --progress --env.debug --env.demo

build:types

tsc --emitDeclarationOnly

build:watch

webpack --progress --env.debug --env.demo --watch

sanity-check

npm run lint && npm run docs && npm run type-check && npm run build:types && npm run build && npm run test:unit

test:unit:watch

karma start karma.conf.js --auto-watch --no-single-run

type-check:watch

npm run type-check -- --watch

Metadata

Downloads