@asamuzakjp/dom-selector
Advanced tools
Comparing version 4.6.0-b.1 to 4.6.0
@@ -63,3 +63,3 @@ { | ||
}, | ||
"version": "4.6.0-b.1" | ||
"version": "4.6.0" | ||
} |
@@ -174,3 +174,4 @@ # DOM Selector | ||
*1: `ElementInternals.states` is not implemented in jsdom, so you need to implement yourself. | ||
*1: `ElementInternals.states`, i.e. `CustomStateSet`, is not implemented in jsdom, so you need to patch yourself. | ||
``` javascript | ||
@@ -182,3 +183,3 @@ class LabeledCheckbox extends window.HTMLElement { | ||
this.#internals = this.attachInternals(); | ||
// implement CustomStateSet | ||
// patch CustomStateSet | ||
if (!this.#internals.states) { | ||
@@ -185,0 +186,0 @@ this.#internals.states = new Set(); |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
432869
4
368