sethbrasile/ember-audio

View on GitHub
addon/services/audio.js

Summary

Maintainability
A
1 hr
Test Coverage

Function load has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  load(src) {
    const audioContext = this.audioContext;
    const _load = this._load.bind(this);
    const _loadFont = this._loadFont.bind(this);
    const _loadBeatTrack = this._loadBeatTrack.bind(this);
Severity: Minor
Found in addon/services/audio.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status