betajs/betajs-media

View on GitHub

Showing 92 of 167 total issues

Avoid too many return statements within this function.
Open

                    return this.chromeExtensionMessage(extensionId, {
                        type: "ping",
                        data: pingTest
                    }).mapSuccess(function(pingResponse) {
                        promise = Promise.create();
Severity: Major
Found in src/webrtc/webrtc_support.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

                        return Promise.error("This browser does not support screen recording.");
    Severity: Major
    Found in src/webrtc/webrtc_support.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                  return true;
      Severity: Major
      Found in src/video_recorder/video_recorder.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                    return true;
        Severity: Major
        Found in src/webrtc/media_recorder.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                              return promise;
          Severity: Major
          Found in src/webrtc/webrtc_support.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                                return true;
            Severity: Major
            Found in src/video_recorder/video_recorder.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                          return (Support.globals()).RTCPeerConnection &&
                              (Support.globals()).RTCIceCandidate &&
                              (Support.globals()).RTCSessionDescription &&
                              (Support.globals()).WebSocket;
              Severity: Major
              Found in src/webrtc/peer_recorder.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                                return false;
                Severity: Major
                Found in src/image_recorder/image_recorder.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                              return true;
                  Severity: Major
                  Found in src/image_recorder/image_recorder.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                                    return false;
                    Severity: Major
                    Found in src/video_recorder/video_recorder.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                                      return probe.call(this, 100);
                      Severity: Major
                      Found in src/webrtc/webrtc_support.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                                return Promise.error("This browser does not support screen recording.");
                        Severity: Major
                        Found in src/webrtc/webrtc_support.js - About 30 mins to fix
                          Severity
                          Category
                          Status
                          Source
                          Language