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

katspaugh / wavesurfer.js / 1858 / 1
82%
master: 82%

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

14 Jan 2019 02:36PM UTC coverage: 69.659% (-0.3%) from 69.951%
1858.1

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%)

714 of 1025 relevant lines covered (69.66%)

4816.76 hits per line

Source Files on job 1858.1
  • Tree
  • List 0
  • Changed 7
  • Source Changed 1
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 526
  • Travis Job 1858.1
  • 799faba0 on github
  • Prev Job for on master (#1855.1)
  • Next Job for on master (#1868.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