1.2.8 • Published 8 months ago

html5-video-error-translator v1.2.8

Weekly downloads
2
License
MIT
Repository
github
Last release
8 months ago

html5-video-error-translator

node version npm version downloads count size license github-ci

🔨 Translate HTML5 <video> error code to string

Usage

Installation:

npm install html5-video-error-translator
var translate = require('html5-video-error-translator').translate;

var videoElement = document.querySelector('video#my-video');

// Native
videoElement.addEventListener('error', function (evt) {
    console.log(translate(evt);
});

License

The MIT License @ 2016

1.2.8

8 months ago

1.2.7

10 months ago

1.2.6

11 months ago

1.2.5

11 months ago

1.2.4

11 months ago

1.2.3

11 months ago

1.2.2

6 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

10 years ago

1.0.0

10 years ago