syntheticore/declaire

View on GitHub
src/clientSubscriber.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Subscriber has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var Subscriber = function() {
  var subscribers = {};

  // Listen for server-sent events
  var evtSource = new EventSource('/events');
Severity: Minor
Found in src/clientSubscriber.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status