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

katspaugh / wavesurfer.js / 1858
82%

Build:
DEFAULT BRANCH: master
Ran 14 Jan 2019 02:40PM UTC
Jobs 1
Files 18
Run time 2s
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
1858

push

travis-ci

thijstriemstra
fix removeOnAudioProcess for Safari

When using "WebAudio" in Safari the "audioprocess" event doesn't get fired anymore once you pause/play the current song or load a new one into your wavesurfer object preventing the following piece of code to be executed:

this.backend.on('audioprocess', time => {
    this.drawer.progress(this.backend.getPlayedPercents());
    this.fireEvent('audioprocess', time);
});

This commit fixes the bug, so it is not needed anymore to use "MediaElement" on Safari as a workaround (which has its own drawbacks).

281 of 520 branches covered (54.04%)

1 of 1 new or added line in 1 file covered. (100.0%)

714 of 1025 relevant lines covered (69.66%)

4816.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1858.1 14 Jan 2019 02:40PM UTC 0
69.66
Travis Job 1858.1
Source Files on build 1858
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1858
  • 799faba0 on github
  • Prev Build on master (#1855)
  • Next Build on master (#1868)
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