codevise/pageflow

View on GitHub
package/src/frontend/AudioPlayer/seekWithInvalidStateHandling.js

Summary

Maintainability
A
1 hr
Test Coverage

Function seekWithInvalidStateHandling has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const seekWithInvalidStateHandling = function(player) {
  var originalSeek = player.seek;

  player.seek = function(time) {
    return retryOnProgress(function() {
Severity: Minor
Found in package/src/frontend/AudioPlayer/seekWithInvalidStateHandling.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status