You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the matchClass function in SelectorItem, a regex is used to split an element's className attribute in order to check whether that element has a particular class. It should be more efficient to just use classList.contains.