Skip to content

0.1.0

Latest
Compare
Choose a tag to compare
@choru-k choru-k released this 04 Feb 03:35
98d32b7

v0.1.0

Adds optional second isStrict parameter to getElementsByClass() to optionally search for any elements with the class in their class list... (classList.contains(class)), rather than requiring only that class (classList === class).

getElementsByClassName(className: string, isStrict = true)