1.2.8 • Published 5 months ago

html5-video-error-translator v1.2.8

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 months ago

1.2.7

8 months ago

1.2.6

8 months ago

1.2.5

8 months ago

1.2.4

9 months ago

1.2.3

9 months ago

1.2.2

6 years ago

1.2.1

8 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago