super-media-element
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "super-media-element", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Helps you create a custom element w/ a HTMLMediaElement API.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -273,3 +273,3 @@ /** | ||
// top-level child nodes that do not have the slot attribute. | ||
const slotEl = this.shadowRoot.querySelector('slot'); | ||
const slotEl = this.shadowRoot.querySelector('slot:not([name])'); | ||
slotEl?.addEventListener('slotchange', () => { | ||
@@ -276,0 +276,0 @@ const removeNativeChildren = new Map(childMap); |
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
17558