Z-Wave-Me/home-automation-ui

View on GitHub
js/mixins/sync/xhr.js

Summary

Maintainability
A
1 hr
Test Coverage

Function request has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        request: function (options) {
            var that = this,
                xhr = new XMLHttpRequest(),
                query = this._getQueryParams(window.location.search),
                apiPort = query.hasOwnProperty('port') ? query.port : window.location.port,
Severity: Minor
Found in js/mixins/sync/xhr.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status