kamiazya/ngx-speech-recognition

View on GitHub
projects/ngx-speech-recognition/src/lib/service/rx-speech-recognition.service.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function initInternal has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private initInternal() {
    // set handlers
    const handler = (e) => {
      this.proxy$.next(e);
      this.ref.tick();

    There are no issues that match your filters.

    Category
    Status