• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

videojs / video.js / 4376 / 1
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 25 Oct 2016 06:29PM UTC
Files 91
Run time 9s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 Oct 2016 06:20PM UTC coverage: 84.399% (+0.6%) from 83.757%
4376.1

push

travis-ci

web-flow
fix: make sure that document.createElement exists before using (#3706)

If you try and require videojs in an environment that doesn't implement `document.createElement` properly -- like in Node.js -- you could potentially get an error. This checks that `window.document && window.document.createElement` is available before calling `createElement`.
We specifically check `window.document` so that `global` module won't cause issues with it's shimming of `document.createElement` in `global/document.

Fixes #3665

5383 of 6378 relevant lines covered (84.4%)

1048.15 hits per line

Source Files on job 4376.1
  • Tree
  • List 0
  • Changed 31
  • Source Changed 1
  • Coverage Changed 30
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4376
  • Travis Job 4376.1
  • 49e29bac on github
  • Prev Job for on master (#4322.1)
  • Next Job for on master (#4377.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc