medialize/ally.js

View on GitHub
src/event/shadow-focus.js

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

if (typeof document === 'undefined' || !document.documentElement.createShadowRoot) {
  // no need to initialize any of this if we don't have ShadowDOM available
  engage = disengage = function() {};
} else {
  let blurTimer;
Severity: Critical
Found in src/event/shadow-focus.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status