element-internals-polyfill
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -599,4 +599,7 @@ (function () { | ||
HTMLFormElement.prototype.reportValidity = reportValidityOverride; | ||
if (!window.CustomStateSet) { | ||
window.CustomStateSet = CustomStateSet; | ||
} | ||
} | ||
if (!window.CustomStateSet) { | ||
else if (!window.CustomStateSet) { | ||
window.CustomStateSet = CustomStateSet; | ||
@@ -603,0 +606,0 @@ const attachInternals = HTMLElement.prototype.attachInternals; |
{ | ||
"name": "element-internals-polyfill", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A polyfill for the element internals specification", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53733
969