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

katspaugh / wavesurfer.js / 2686
82%

Build:
DEFAULT BRANCH: master
Ran 26 Jun 2020 04:09PM UTC
Jobs 1
Files 22
Run time 6s
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

pending completion
2686

push

travis-ci

web-flow
avoid call to HTMLMediaElement#load when peaks are given (#1969)

* avoid call to HTMLMediaElement#load when peaks are given

calling `.load()` explicitly on a mediaelement entirely defeats the
"preload" setting and makes it impossible to avoid downloading
data before playback.

When HTMLMediaElement#load is called, all of the major browsers make
some request for the file.  Chrome and FF make a range request for the
entire file, but only report downloading them partially.  Safari reports
downloading the file in its entirety.

* code review; only avoid .load call when preload == 'none'

* add changelog entry

* bump changelog entry to next release

* add next section to changelog

Co-authored-by: Thijs Triemstra <info@collab.nl>

410 of 653 branches covered (62.79%)

4 of 4 new or added lines in 2 files covered. (100.0%)

1132 of 1406 relevant lines covered (80.51%)

2461.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2686.1 26 Jun 2020 04:09PM UTC 0
80.51
Travis Job 2686.1
Source Files on build 2686
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2686
  • 4cb1fe1d on github
  • Prev Build on master (#2678)
  • Next Build on master (#2691)
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